From 31011d87298bf66f64290bc2403bec2709f9856e Mon Sep 17 00:00:00 2001 From: pouillot Date: Sun, 3 Feb 2013 16:08:03 +0000 Subject: [PATCH] Re #771 Updated INSTALL.txt instructions for building osggraph with MSVC 2005 (manual install of Alpha Pixel's libpng13.dll needed) git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5115 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 6b5579994d6fd32f629025f92b7858ce70ae233a Former-commit-id: 116b2c198e80021196b5de1450cca0e2d3dad3f5 --- INSTALL.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 171104819..1ce76dbcd 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -385,7 +385,7 @@ Note that these instructions work under Windows XP 32 SP2/SP3 ; some tweaks wigh . -geometry 120x40 . -sl 9999 - change MSYS Shell shortcut command : msys.bat --rxvt - * vim (text editor for Linux geeks) : mingw-get install msys-vim + * vim (text elditor for Linux geeks) : mingw-get install msys-vim * patch : mingw-get install msys-patch * xargs and co : mingw-get install msys-findutils * bzip2 : mingw-get install msys-bzip2 @@ -683,9 +683,13 @@ Note: If you use an "Express" version, don't forget to install also the Windows (and http://sourceforge.net/projects/speed-dreams/files/3rd%20party/Sources/post-2.0.0), along with "II - Linux installation from sources" for some more tips about CMake options. - Note: If you plan to build "osggraph", you can try to extract the Open Scene Graph 3.x binaries - (get the ones for your version of MSVC) from Alpha Pixel in you 3rdParty folder : + Note: If you plan to build "osggraph", extract the Open Scene Graph 3.x binaries + from Alpha Pixel in your 3rdParty folder ; get the ones for your own version of MSVC : http://www.alphapixel.com/osg/downloads/free-openscenegraph-binary-downloads + And after building and installing SD, don't forget to manually copy libpng13.dll + from the Open Scene Graph package to SD "bin" install folder + (because Alpha Pixel's OSG libs are dynamically linked to libpng, which is neither the case + for the remainder of our 3rd party MSVC 2005 package, nor for SD itself). 3) MS VC++ 6 : No more supported.