Skip to content

Commit

Permalink
Added installation script tutorial of gams madara
Browse files Browse the repository at this point in the history
  • Loading branch information
lsa committed Oct 24, 2017
1 parent 51895ee commit 6f8202e
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion docs/source/gams-madara/compilation/desktop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,46 @@
=========================
GAMS/MADARA Compilation
=========================
In this page, we will provide you a quick start to compile GAMS/MADARA for different systems: Linux Desktop, Android, Linux RPi.
In this page, we will provide you a quick start to compile GAMS/MADARA for Linux Desktop, more specifically all scripts was tested with Linux Ubuntu 16.04.


It is esperado that all dependencies be resolved automatically by scripts. You have to be aware and look for errors of download failures, which the script can't handle.

To download GAMS/MADARA, just run:

export GAMS_ROOT=$HOME/gams
export CORES=4
git clone -b master --single-branch https://github.com/jredmondson/gams $GAMS_ROOT

After that, you should compile the following one of the following commands.

Build C++ with Tests

$GAMS_ROOT/scripts/linux/base_build.sh prereqs ace madara gams vrep tests

Build C++ with Tests and Java support

$GAMS_ROOT/scripts/linux/base_build.sh prereqs ace madara gams vrep tests java

Build C++ with Tests and Android support

$GAMS_ROOT/scripts/linux/base_build.sh prereqs ace madara gams vrep tests android

Build C++ with ROS support

$GAMS_ROOT/scripts/linux/base_build.sh prereqs ace madara gams ros


When the scripts finishes, you should see in folder you called the script the following the following folder structure:

.
├── ACE
├── GAMS
├── MADARA
└── VREP






Expand Down

0 comments on commit 6f8202e

Please sign in to comment.