From: Yuan Xu <xuy...@gm...> - 2009-07-24 12:15:02
|
Hi Marian, > > Install directory is saved in CMAKE_INSTALL_PREFIX. Default is C:\Program Files\simspark or C:\Program Files\rcssserver3d . You can easy change it during create project with cmake: > cmake -G "Visual Studio 9 2008" "c:\simspark\trunk\spark" -DCMAKE_INSTALL_PREFIX=C:\whatever . Or if you like GUI, run CMakeSetup.exe and change it there. > > That's true, but the directory can only be set before building, so someone do not want to build from source, but the package have to be installed in the same directory. > > CPack support Null Soft Installer. With nsi config file CPack create exe installer (I suppose). But I try to find better solution. > Do you have any idea? -- King Regards, Xu, Yuan |