Skip to content

Commit

Permalink
README: Must set LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 26, 2023
1 parent 59909ac commit f9c6c8b
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 @@ -241,7 +241,7 @@ Below is an illustration with COBYLA.
cd fortran/examples/cobyla
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=install -DPRIMA_DIR=$PWD/../../../install/lib/cmake/prima/
cmake --build build --target install
./install/bin/cobyla_example
LD_LIBRARY_PATH=$PWD/../../../install/lib ./install/bin/cobyla_example
```

#### C
Expand Down

0 comments on commit f9c6c8b

Please sign in to comment.