Hi,

On Tue, 2010-02-09 at 08:16 +0100, Michael Raab wrote:
> Hi,
> 
> where can I find the support cmake project?

this is a separate process from the main OpenSG project. So you
have to treat it as an individual project, e.g.

mkdir <support build directory>
mkdir <support install directory>

cd <support build directory>

cmake-gui <OpenSGRoot>/Support 

than run the initial configure (select you target generator, e.g.
VS9 solution). After that choose grouped view and fill in the
all the src dirs under ungrouped entries for all packages you have. The
only must IIRC is boost. Update CMAKE_INSTALL_PREFIX to point to
your <support install directory>. Rerun configure, run generate
and the solution file should be in your build directory.

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

Reply via email to