Skip to content
Snippets Groups Projects
Commit 69074763 authored by Nicolas Koehler's avatar Nicolas Koehler
Browse files

adapt README for Ubuntu setup

parent 662c084e
No related branches found
No related tags found
1 merge request!4Adapt README for Ubuntu setup
...@@ -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