From: Côme BERNIGAUD Date: Sun, 15 May 2011 11:43:59 +0000 (+0200) Subject: Added a instruction file for compilation. X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=9ecb4e37407173333b466b42276a1764589505f0;p=lugaru.git Added a instruction file for compilation. --- diff --git a/COMPILING b/COMPILING new file mode 100644 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.