- added a small howto build/compile
authorAkiko <akiko@linux-addicted.net>
Wed, 2 Oct 2013 17:17:26 +0000 (19:17 +0200)
committerAkiko <akiko@linux-addicted.net>
Wed, 2 Oct 2013 17:17:26 +0000 (19:17 +0200)
BUILDING [new file with mode: 0644]

diff --git a/BUILDING b/BUILDING
new file mode 100644 (file)
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"