Add perl requirement for linux/unix #113

This commit is contained in:
2024-07-09 18:39:23 +02:00
parent 5d71cc8eed
commit 2779bbcc8a

View File

@@ -83,6 +83,7 @@ Visit the [AlterWare Forum](https://forum.alterware.dev/) or [Discord](https://d
#### Building from Source
- [Install Rust](https://rustup.rs/)
- [Linux/unix] Make sure perl is installed<sup>1</sup>
- Clone the repository
- Run ```cargo build --release```
- The executable will be located in ```target/release```
@@ -92,4 +93,8 @@ Visit the [AlterWare Forum](https://forum.alterware.dev/) or [Discord](https://d
### Note for server owners:
When the launcher updates itself __on Windows__ it will restart by spawning a new console. If you are automating this process, you should probably use ```--skip-launcher-update``` and download the latest launcher yourself from [here](https://github.com/mxve/alterware-launcher/releases/latest/download/alterware-launcher.exe).
The linux build does __not__ update itself.
The linux build does __not__ update itself.
---
<sup>1</sup> [Required for OpenSSL](https://docs.rs/openssl/latest/openssl/#vendored)