Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Apr 25, 2024
1 parent a67fc35 commit dc3e920
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ In both cases remember to run
export PATH=$PATH:/your/installation/path/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your/installation/path/lib
```
For MacOS users: add the flags ```-std=c++17 -stdlib=libc++```.
For MacOS users: add the flags ```-std=c++17 -stdlib=libc++``` and run also
```bash
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/your/installation/path/lib
```

## Import the Python module

Expand Down

0 comments on commit dc3e920

Please sign in to comment.