X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=README.txt;h=fd5277342948eaabb47aaccc374154fd2b44f233;hb=be6451c2d201d8b3aa3089ced1788cda69df12cc;hp=096de9ba24e6af0167fa54c6fb6d7b5c231ec038;hpb=cca63dbb53a38d005831d93fe6e547dbf162f099;p=bbtk.git diff --git a/README.txt b/README.txt index 096de9b..fd52773 100644 --- a/README.txt +++ b/README.txt @@ -1,2 +1,24 @@ -=== The Black Box Toolkit === -TO DO : Provide basic information ... +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