On Monday 27 Nov 2006 10:17, Guillaume Laurent wrote: > Only one problem : any way to make it choose by default the regular KDE > path as the install path ? As it is I had to change it manually with > ccmake.
Yeah, we changed the default default from /usr to /usr/local, but it was only when editing the new INSTALL file that I realised that that would mean average users having to set up KDEDIRS or adjust their own install prefix. The INSTALL file gives $ cmake . -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` as an example of a nice simple way to do a default build, which is kind of ridiculous really. It should just work with "cmake .". Getting an install that runs properly without any further tweaks is probably more important (I realise now) than getting it to install in a "safe place" like /usr/local. I've no idea how practical that is to do, though. The other thing I'd still really like to see fixed is that long long printout of installation log stuff each time you do a make install. Chris ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
