Hi, On Sun, 2010-02-07 at 19:31 +0100, Michael Raab wrote: > Hi all, > > I've read the ReadMe.txt, thanks that helped a lot. > Sorry about my stupid questions but I'm new to CMake... > I'm not sure about step 5 - "Build and Install". Do I have to build all > support packages by my self or is there a way that CMake builds it before?
no you have to build them yourself, but that should not be a problem. CMake is just another native build system (Makefiles, VS projects, ...) generator (like imake or qmake are). All it does it determine which configuration you have and generate the appropriate native build setup. E.g. for Windows, once you ran configure and generate you will find the solution file in the build directory (assuming you chose the solution generator in the beginning) which you simply open with Visual Studio and build it as usual (e.g. batch build release/debug). The solution also contains the INSTALL target to install the resulting libs. kind regards gerrit ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Opensg-users mailing list Opensg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensg-users