From f8c3a1a5cbd33e5577ebb7ebce119856dea57c0c Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Sat, 31 Aug 2024 20:52:33 -0400 Subject: [PATCH] update the native README with other OS instructions --- native/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/native/README.md b/native/README.md index 913221f3c..327edfdc7 100644 --- a/native/README.md +++ b/native/README.md @@ -52,4 +52,15 @@ Then, run the following command: ./build-support/compile-macos.sh ``` -This will build the native libraries for macOS aarch64. x86_64 has not been tested, but it should work. \ No newline at end of file +This will build the native libraries for macOS aarch64. x86_64 has not been tested, but it should work. + +### On any other operating system? + +If your OS of choice is a Unix of some sort, you can use the individual Linux build scripts as a base: + +- `build-support/compile-linux-compress.sh` +- `build-support/compile-linux-crypto.sh` + +You will need to have the necessary build tools installed (a C/C++ toolchain and `cmake`), and you will need to have OpenSSL installed. You will also need to adjust the script to your needs. + +If your OS of choice is Windows, you're on your own. It should be possible, but we don't provide any support for it. \ No newline at end of file