3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

update the native README with other OS instructions

Dieser Commit ist enthalten in:
Andrew Steinborn 2024-08-31 20:52:33 -04:00
Ursprung f67d85493e
Commit f8c3a1a5cb

Datei anzeigen

@ -52,4 +52,15 @@ Then, run the following command:
./build-support/compile-macos.sh ./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.