From 9ecb4e37407173333b466b42276a1764589505f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20BERNIGAUD?= Date: Sun, 15 May 2011 13:43:59 +0200 Subject: [PATCH] Added a instruction file for compilation. --- COMPILING | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 COMPILING 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. -- 2.39.2