From 2779bbcc8a8de55f26555190c4654d8e6fe87f75 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:39:23 +0200 Subject: [PATCH] Add perl requirement for linux/unix #113 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 138e98f..3c5c38e 100644 --- a/README.md +++ b/README.md @@ -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 installed1 - 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. \ No newline at end of file +The linux build does __not__ update itself. + +--- + +1 [Required for OpenSSL](https://docs.rs/openssl/latest/openssl/#vendored) \ No newline at end of file