From 128a1e252dd1baef597b5c52daac053943933e99 Mon Sep 17 00:00:00 2001 From: Akiko Date: Wed, 2 Oct 2013 19:17:26 +0200 Subject: [PATCH] - added a small howto build/compile --- BUILDING | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 BUILDING 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" -- 2.15.1