From 32fd1aa9d3a3c9699c11170302ab15dc6e41e28f Mon Sep 17 00:00:00 2001 From: CiriUp Date: Mon, 11 Dec 2017 21:16:15 +0100 Subject: [PATCH] Updated build instructions for Linux --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3b8de8..bed4b65 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ RedHat/CentOS/Fedora: `$ sudo yum install libXmu-devel libXi-devel libGL-devel` ##### Build + $ cd auto + $ make + $ cd .. $ make $ sudo make install $ make clean @@ -61,13 +64,15 @@ _Note: may need to make **auto** folder_ ##### Install build tools -Debian/Ubuntu/Mint: `$ sudo apt-get install build-essential libXmu-dev libXi-dev libgl-dev cmake` +Debian/Ubuntu/Mint: `$ sudo apt-get install build-essential libxmu-dev libxi-dev libgl-dev cmake` RedHat/CentOS/Fedora: `$ sudo yum install libXmu-devel libXi-devel libGL-devel cmake` ##### Build - $ cd build + $ cd auto + $ make + $ cd ../build $ cmake ./cmake $ make -j4