From d171be98925f3aba1811330447fd9b8cb968b7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 16 Dec 2011 10:18:11 +0100 Subject: [PATCH] =?UTF-8?q?Liste=20des=20d=C3=A9pendances=20dans=20le=20RE?= =?UTF-8?q?ADME.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.markdown | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 126d713..bf4a4a3 100644 --- a/README.markdown +++ b/README.markdown @@ -1,10 +1,15 @@ Minimal requirements ==================== -* g++ -* GNU make +* `g++` et GNU `make` (paquet `build-essential`) +* `libsdl-dev` +* `libglew-dev` -How to test this program ? -========================== +The following command should install the required packages on ubuntu. + + sudo apt-get install build-essential libsdl-dev libglew-dev + +How to run this program ? +========================= make