[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51757] trunk/lib/darwin-9.x.universal/ README: osx/lib: update the README with actual compile info

jens verwiebe info at jensverwiebe.de
Tue Oct 30 10:18:02 CET 2012


Revision: 51757
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51757
Author:   jensverwiebe
Date:     2012-10-30 09:18:01 +0000 (Tue, 30 Oct 2012)
Log Message:
-----------
osx/lib: update the README with actual compile info

Modified Paths:
--------------
    trunk/lib/darwin-9.x.universal/README

Modified: trunk/lib/darwin-9.x.universal/README
===================================================================
--- trunk/lib/darwin-9.x.universal/README	2012-10-30 08:02:32 UTC (rev 51756)
+++ trunk/lib/darwin-9.x.universal/README	2012-10-30 09:18:01 UTC (rev 51757)
@@ -10,7 +10,7 @@
 png (version 1.2.29)
 python (release 3.2.1 - default)
 release (python_??.zip)
-tiff (version 3.9.2)
+tiff (version 4.0.3)
 oiio v1.1 (i386, x86_64 )
 ocio
 boost 1.51 (i386, x86_64 )
@@ -20,6 +20,7 @@
 llvm
 boost 1.51
 openimageio 1.1
+tiff 4.0.3
 
 ppc64 missing:
 open shading language ( osl )
@@ -43,6 +44,7 @@
 opencollada (svn rev 788)
 boost 1.51
 openimageio 1.1
+tiff 4.0.3
 
 The following configuration parameters were used to build the libs:
 
@@ -56,12 +58,10 @@
 ======================
 
 Tiff:
-./configure --disable-shared --with-jpeg-include-dir=/Users/damien/Documents/Dev/blender2.5/svnroot/lib/darwin-9.x.universal/jpeg/include --with-jpeg-lib-dir=/Users/damien/Documents/Dev/blender2.5/svnroot/lib/darwin-9.x.universal/jpeg/lib --with-apple-opengl-framework --build=x86_64-apple-darwin9.8.0 CC="gcc-4.2" CXX="g++-4.2" CFLAGS="-arch x86_64 -march=core2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5" CXXFLAGS="-arch x86_64 -march=core2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5" LDFLAGS="-arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5"
+./configure --prefix=/Volumes/Workdata/Blender/tiff_support/tiff-4.0.3/build/ready_build --disable-shared --build=x86_64-apple-darwin9 --host=x86_64-apple-darwin12 CC="llvm-gcc-4.2" CXX="llvm-g++-4.2" CFLAGS="-arch x86_64 -march=core2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.5" CXXFLAGS="-arch x86_64 -march=core2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.5" LDFLAGS="-arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.5"
 
-./configure --disable-shared --with-jpeg-include-dir=/Users/damien/Documents/Dev/blender2.5/svnroot/lib/darwin-9.x.universal/jpeg/include --with-jpeg-lib-dir=/Users/damien/Documents/Dev/blender2.5/svnroot/lib/darwin-9.x.universal/jpeg/lib --with-apple-opengl-framework --build=i386-apple-darwin9.8.0 CC="gcc-4.2" CFLAGS="-arch i386 -mfpmath=sse -march=prescott -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5" CXX="g++-4.2" CXXFLAGS="-arch i386 -mfpmath=sse -march=prescott -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5" LDFLAGS="-arch i386 -mfpmath=sse -march=prescott -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5"
+./configure --prefix=/Volumes/Workdata/Blender/tiff_support/tiff-4.0.3_32/build/ready_build --disable-shared --build=i386-apple-darwin9 --host=i386-apple-darwin12 CC="llvm-gcc-4.2" CXX="llvm-g++-4.2" CFLAGS="-arch i386 -march=core2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.5" CXXFLAGS="-arch i386 -march=core2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.5" LDFLAGS="-arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.5"
 
-./configure --disable-shared --with-jpeg-include-dir=/Users/damien/Documents/Dev/blender2.5/svnroot/lib/darwin-9.x.universal/jpeg/include --with-jpeg-lib-dir=/Users/damien/Documents/Dev/blender2.5/svnroot/lib/darwin-9.x.universal/jpeg/lib --with-apple-opengl-framework --build=powerpc-apple-darwin9.8.0 CC="gcc-4.2" CFLAGS="-arch ppc -mcpu=powerpc -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5" CXX="g++-4.2" CXXFLAGS="-arch ppc -mcpu=powerpc -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5" LDFLAGS="-arch ppc -mcpu=powerpc -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5"
-
 ======================
 
 Libsamplerate:




More information about the Bf-blender-cvs mailing list