Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsignorelli authored Sep 29, 2023
1 parent d756407 commit bc0df04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd gtpsa
cmake .
make
```
Once ```libgtpsa.so``` is made, the path to the shared library must be added to the ```$LD_LIBRARY_PATH``` environment variable. This can be done by adding ```export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<path_to_parent_dir_of_libgtpsa.so>``` to your ```.bashrc``` file.
LAPACK is required for the GTPSA shared library to work (and on some machines, compile) properly. The CMake file will look for LAPACK on your machine and link it to libgtpsa. To ensure this has been properly done, check that liblapack shows up with ```ldd libgtpsa.so```. Once ```libgtpsa.so``` is made, the path to the shared library must be added to the ```$LD_LIBRARY_PATH``` environment variable. This can be done by adding ```export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<path_to_parent_dir_of_libgtpsa.so>``` to your ```.bashrc``` file.

Next, in your ```.julia/dev/``` directory, clone the repository with:
```
Expand Down

0 comments on commit bc0df04

Please sign in to comment.