X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=README.txt;h=fd5277342948eaabb47aaccc374154fd2b44f233;hb=6ae2f1552359300e6a9b08c6d9836239037310e2;hp=b5d1459c32d9b1dab7af9a2240e0a8bfb46ddf13;hpb=9bc5f11a3b61c3bf4e844fb6727dc3ed7c5e8ce8;p=bbtk.git diff --git a/README.txt b/README.txt index b5d1459..fd52773 100644 --- a/README.txt +++ b/README.txt @@ -1,2 +1,24 @@ The Black Box Toolkit (c) CREATIS-LRMN 2008 + + + +Note Xcode MacOS: +- ccmake -G"Xcode" + +- 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 + 2.Project + -> Edit project settings + -> Build + 3.Copiler Version -> C/C++ CompilerVersion + GCC 4.2 \ No newline at end of file