mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 02:02:38 +01:00
README: Add rocksdb to standalone-build library path instruction.
This commit is contained in:
parent
99ff78f5c7
commit
cb2fa01cff
1 changed files with 2 additions and 1 deletions
|
@ -139,9 +139,10 @@ make install
|
||||||
|
|
||||||
### SETUP
|
### SETUP
|
||||||
|
|
||||||
- For standalone builds you will need to add the `deps/boost/lib` directory
|
- For standalone builds you will need to add the included lib directories
|
||||||
in your git repo to the library path:
|
in your git repo to the library path:
|
||||||
`export LD_LIBRARY_PATH=/path/to/src/deps/boost/lib:$LD_LIBRARY_PATH`
|
`export LD_LIBRARY_PATH=/path/to/src/deps/boost/lib:$LD_LIBRARY_PATH`
|
||||||
|
`export LD_LIBRARY_PATH=/path/to/src/deps/rocksdb:$LD_LIBRARY_PATH`
|
||||||
|
|
||||||
- We will refer to your server as `host.tld`. For those familiar with matrix:
|
- We will refer to your server as `host.tld`. For those familiar with matrix:
|
||||||
this is your origin and mxid `@user:host.tld` hostpart. If your DNS uses
|
this is your origin and mxid `@user:host.tld` hostpart. If your DNS uses
|
||||||
|
|
Loading…
Reference in a new issue