Skip to content

Commit

Permalink
Expanded installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Oct 27, 2022
1 parent 4e8035b commit 3bf21ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
```

For some distributions you will also need to configure the dynamic linker. If
the executable is linked with the right `libsodium.so` file (which you can
check with `ldd`) but the process isn't (it dies with unknown symbol exception
or can check with `pldd`) added a file which points to installation target of
`libsodium` (in standard configuration it is `/usr/local/lib`) under
`/etc/ld.so.conf` and run `ldconfig`.

##### Using the ported `c` code

In order to avoid having to install the custom version, `cardano-crypto-praos`
Expand Down

0 comments on commit 3bf21ce

Please sign in to comment.