mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-02-07 03:24:38 -05:00
docs: mention FreeBSD specific build commandline for deployment
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
a8c707d8a5
commit
3c9b702527
3 changed files with 11 additions and 4 deletions
8
docs/deploying/freebsd.md
Normal file
8
docs/deploying/freebsd.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# conduwuit for FreeBSD
|
||||
|
||||
conduwuit at the moment does not provide FreeBSD builds. Building conduwuit on FreeBSD requires a specific environment variable to use the
|
||||
system prebuilt RocksDB library instead of rust-rocksdb / rust-librocksdb-sys which does *not* work and will cause a build error or coredump.
|
||||
|
||||
Use the following environment variable: `ROCKSDB_LIB_DIR=/usr/local/lib`
|
||||
|
||||
Such example commandline with it can be: `ROCKSDB_LIB_DIR=/usr/local/lib cargo build --release`
|
||||
Loading…
Add table
Add a link
Reference in a new issue