Skip to content
Snippets Groups Projects

Update README.md, INSTALL.md

Merged Francois Hamonic requested to merge francois.hamonic-master-patch-64623 into master
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -64,3 +64,6 @@ then add to your .bashrc :
@@ -64,3 +64,6 @@ then add to your .bashrc :
export GUROBI_HOME="<path_to>/linux64"
export GUROBI_HOME="<path_to>/linux64"
export PATH="$PATH:$GUROBI_HOME/bin"
export PATH="$PATH:$GUROBI_HOME/bin"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$GUROBI_HOME/lib"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$GUROBI_HOME/lib"
 
 
## How to compile
 
make
Loading