From: Akiko Date: Wed, 2 Oct 2013 17:17:26 +0000 (+0200) Subject: - added a small howto build/compile X-Git-Url: http://community.linux-addicted.net/gitweb/?a=commitdiff_plain;h=128a1e252dd1baef597b5c52daac053943933e99;p=qtinns.git - added a small howto build/compile --- diff --git a/BUILDING b/BUILDING new file mode 100644 index 0000000..d900f94 --- /dev/null +++ b/BUILDING @@ -0,0 +1,10 @@ +You need: +- cmake 2.8.8+ +- Qt 5.1+ +- Irrlicht 1.8+ (is not used yet) +- a decent compiler (at lease gcc 4.8.x or better clang 3.3+) + +howto: +- if you like, set clang as default ("export CC=/usr/bin/clang; export CXX=/usr/bin/clang++") +- run cmake in the local repo ("cmake .") +- now you have a GNU makefile and you can compile the stuff with "make"