Skip to content

Commit

Permalink
update the native README with other OS instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
astei committed Sep 1, 2024
1 parent f67d854 commit f8c3a1a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit f8c3a1a

Please sign in to comment.