Skip to content

Commit

Permalink
Script to configure environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloparavisi committed Oct 10, 2017
1 parent a2f9633 commit 5120fcf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/source/gams-madara/setup_gams.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export PROJECT_HOME=$HOME/projects3
export ACE_ROOT=$HOME/ace/ACE_wrappers
export MADARA_ROOT=$HOME/madara
export GAMS_ROOT=$HOME/gams
export VREP_ROOT=/home/lsa/vrep
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ACE_ROOT/lib:$MADARA_ROOT/lib:$GAMS_ROOT/lib:$VREP_ROOT
export PATH=$PATH:$ACE_ROOT/bin:$MADARA_ROOT/bin:$GAMS_ROOT/bin:
export CORES=4
export NDK=$HOME/android_arm_tools
export LOCAL_CROSS_PREFIX=$NDK/bin/arm-linux-androideabi-
export SYSROOT=$NDK/sysroot
export PATH=$PATH:$VREP_ROOT

0 comments on commit 5120fcf

Please sign in to comment.