From 0d2599b402c6616969013d8f7f8cf4a29775ca2a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 30 Dec 2001 15:00:26 +0000 Subject: [PATCH] Added a comment in Windows section on INSTALL notes such that it now recommends that you build all the libs. --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index d37b3d032..e67e73e2a 100644 --- a/INSTALL +++ b/INSTALL @@ -140,9 +140,9 @@ Compiling under Windows The OSG is composed of a number of libraries and executables, to get running you'll need at least to compile osg,osgUtil,osgDB,osgGLUT, dot_osg and sgv. The rest of the libraries and executables are - optional and can be compiled if you need them. It may well be simplest - to do a batch build of all the libraries and executables in the - distribution, some of the plug-ins which support non native file + optional and can be compiled if you need them, however for simplicity + I would recommend doing a batch build of all the libraries and executables + in the distribution, some of the plug-ins which support non native file formats may not compile due to dependencies on other libraries (such as libpng), you can ignore these compilation errors unless you need to load the related file types.