From 993b900087adf529089de01e8801869fbc414b0f Mon Sep 17 00:00:00 2001 From: BERTHAUT Florent <florent.berthaut@univ-lille1.fr> Date: Mon, 25 Jun 2018 16:08:00 +0200 Subject: [PATCH] Updated the readme --- README.md | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index c0f8a8b..6a6d0a9 100644 --- a/README.md +++ b/README.md @@ -6,33 +6,30 @@ ControllAR is a system that facilitates the appropriation of rich visual feedbac ## Compiling/Running on GNU/Linux: * Install the following packages: - g++ (or gcc-c++) - libfltk-dev - libxml2-dev - libX11-dev - libxcb-dev - libportmidi + * g++ (or gcc-c++) + * libfltk-dev + * libxml2-dev + * libX11-dev + * libxcb-dev + * libportmidi * Run the following commands from the controllar folder: - ./waf configure - ./waf - ./build/controllar + * ./waf configure + * ./waf + * ./build/controllar * To install : - sudo ./waf install + * sudo ./waf install ## Compiling/Running on OSX: * Install MacPorts : http://www.macports.org/ * Run the following commands from a terminal : - port install gcc5 - port install fltk - port install libxml2 - port install portmidi + * port install gcc5 + * port install fltk + * port install libxml2 + * port install portmidi * Run the following commands from the controllar folder: - ./waf configure - ./waf - ./build/controllar (or open controllar.app in the build folder) - -## Installing on the system: -* Run the following command + * ./waf configure + * ./waf + * ./build/controllar (or open controllar.app in the build folder) ## Authors: Florent Berthaut, Assistant Professor, Université de Lille, CRIStAL/MINT -- GitLab