Skip to content

Commit

Permalink
Added environment updates to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Sep 30, 2023
1 parent a4b536b commit 23bd891
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ cd hash-drbg
./run.sh
```

If your system provides `pkg-config` via pkgconf, you may have to add the directory containing `hdrbg.pc` (which, by
default, is `/usr/local/share/pkgconfig`) to `PKG_CONFIG_PATH`.

Next, set `LD_LIBRARY_PATH` and `PKG_CONFIG_PATH`.
```shell
export LD_LIBRARY_PATH=/usr/local/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
export PKG_CONFIG_PATH=/usr/local/share/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}
```

Expand Down

0 comments on commit 23bd891

Please sign in to comment.