Hi, On Wed, 2009-07-01 at 17:01 +0800, Gerrit Voß wrote: > Hi, > > On Wed, 2009-07-01 at 09:37 +0200, Johannes Brunen wrote: > > Hello Gerrit, > > > > "Gerrit Vo" <[email protected]> schrieb im > > Newsbeitrag news:[email protected]... > > > > > > > > Below is a list of the libraries I did manage to build with the > > standard CMake settings (debug[suffix 'D']+release) plus the following > > compiler settings which I use consistently on all my builds. > > I'm still thinking of how to do that most efficiently on windows. > Unfortunately it is such an empty system, and I don't like to make > cygwin a prerequisite. One way is to go the VTK way and include > all the sources needed, which is ok for the small stuff like > image libs but with collada, gdal, or vtk itself it might get out of > hand. The other is provide binary downloads and a build script > which is based on cygwin so that if people want to / need to rebuild > things they can easily do so. >
I think the compromise I'm going for for now is to provide the cmake files from within OpenSG (as a separate project) and let them reference the package directories as unpacked on disk so I don't have to include the source files into the main OpenSG svn repo and people still can easily build the variants they need. I'll guess I can finish the basics tomorrow so people can have a look. The good new is so far I haven't had any modification to the external code. kind regards, gerrit ------------------------------------------------------------------------------ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
