]> Creatis software - bbtk.git/blobdiff - README.txt
no message
[bbtk.git] / README.txt
index b5d1459c32d9b1dab7af9a2240e0a8bfb46ddf13..fd5277342948eaabb47aaccc374154fd2b44f233 100644 (file)
@@ -1,2 +1,24 @@
 The Black Box Toolkit
 (c) CREATIS-LRMN 2008
+
+
+
+Note Xcode MacOS:
+- ccmake -G"Xcode" <source>
+
+- LATEX_COMPILER:/opt/local/bin/latex
+
+- QT_QMAKER_EXECUTABLE:/opt/local/libexec/qt4-mac/bin/qmake
+
+- Erase all "-Wno-long-double" from the file
+   BBTK.xcodeproj/project.pbxproj
+   > sed "s/-Wno-long-double/ /g" BBTK.xcodeproj/project.pbxproj > BBTK.xcodeproj/tmp.txt
+   > cp BBTK.xcodeproj/tmp.txt BBTK.xcodeproj/project.pbxproj
+
+- Change compiler version
+  1.open <XXX.xcodeproj>
+  2.Project
+    -> Edit project settings
+    -> Build
+  3.Copiler Version -> C/C++ CompilerVersion
+    GCC 4.2
\ No newline at end of file