]> git.jsancho.org Git - lugaru.git/commitdiff
Added a instruction file for compilation.
authorCôme BERNIGAUD <come.bernigaud@gmail.com>
Sun, 15 May 2011 11:43:59 +0000 (13:43 +0200)
committerCôme BERNIGAUD <come.bernigaud@gmail.com>
Sun, 15 May 2011 11:43:59 +0000 (13:43 +0200)
COMPILING [new file with mode: 0644]

diff --git a/COMPILING b/COMPILING
new file mode 100644 (file)
index 0000000..005bd21
--- /dev/null
+++ b/COMPILING
@@ -0,0 +1,6 @@
+With GNU/Linux :
+cmake . && make
+
+With Mac OS :
+Use the XCode project.
+You need to first build the debug and then the release or it won't work.