From 652b04b9b6bc30f55b286645bb8cd706d429056c Mon Sep 17 00:00:00 2001 From: strawberry Date: Fri, 25 Oct 2024 20:48:14 -0400 Subject: [PATCH] update conduwuit freebsd docs Signed-off-by: strawberry --- docs/deploying/freebsd.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/deploying/freebsd.md b/docs/deploying/freebsd.md index 4ac83515..65b40204 100644 --- a/docs/deploying/freebsd.md +++ b/docs/deploying/freebsd.md @@ -1,11 +1,5 @@ # 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. +conduwuit at the moment does not provide FreeBSD builds or have FreeBSD packaging, however conduwuit does build and work on FreeBSD using the system-provided RocksDB. -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` +Contributions for getting conduwuit packaged are welcome.