This repository has been archived on 2025-08-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
conduwuit/docs/deploying/freebsd.md
strawberry 1091c30845 docs: mention FreeBSD specific build commandline for deployment
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-08-07 12:05:16 -04:00

477 B

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