Skip to content

Commit

Permalink
Add notes about alternative lib and sybmols files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Nov 20, 2023
1 parent 42f8849 commit 1b0c07f
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 @@ -92,7 +92,9 @@ To build and install the library:
```
This will place the following directories at the install location:
* `CMAKE_INSTALL_PREFIX/include/` - contains header and mod files
* `CMAKE_INSTALL_PREFIX/lib/` - contains `cmake` directory and `.so` files
* `CMAKE_INSTALL_PREFIX/lib/` - contains `cmake` directory and `.so` files
_Note: depending on your system and architecture `lib` may be `lib64`, and
you may have `.dll` files or similar._


## Usage
Expand Down Expand Up @@ -214,6 +216,7 @@ unless installing in a default location:
```
export LD_LIBRARY_PATH = $LD_LIBRARY_PATH:<path/to/install/location>/lib
```
_Note: depending on your system and architecture `lib` may be `lib64` or something similar._


## Examples
Expand Down

0 comments on commit 1b0c07f

Please sign in to comment.