Skip to content
Snippets Groups Projects
Commit 23fbb980 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Merge branch 'readme' into 'master'

Adapt README for Ubuntu setup

See merge request !4
parents 662c084e 69074763
No related branches found
No related tags found
1 merge request!4Adapt README for Ubuntu setup
Pipeline #1595704 failed
...@@ -145,8 +145,16 @@ make install ...@@ -145,8 +145,16 @@ make install
After compilation, you should apply two temporary fixes: After compilation, you should apply two temporary fixes:
On MacOS:
``` ```
install_name_tool -add_rpath ../install/lib ../install/bin/gmex # this is a temporary fix install_name_tool -add_rpath ../install/lib ../install/bin/gmex # this is a temporary fix
```
On Ubuntu:
```
export LD_LIBRARY_PATH=${PWD}/../install/lib/
```
On both:
```
export GXPLUGINPATH=../install/lib/gxplugins # this is a temporary fix export GXPLUGINPATH=../install/lib/gxplugins # this is a temporary fix
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment