mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
Add perl requirement for linux/unix #113
This commit is contained in:
@@ -83,6 +83,7 @@ Visit the [AlterWare Forum](https://forum.alterware.dev/) or [Discord](https://d
|
|||||||
#### Building from Source
|
#### Building from Source
|
||||||
|
|
||||||
- [Install Rust](https://rustup.rs/)
|
- [Install Rust](https://rustup.rs/)
|
||||||
|
- [Linux/unix] Make sure perl is installed<sup>1</sup>
|
||||||
- Clone the repository
|
- Clone the repository
|
||||||
- Run ```cargo build --release```
|
- Run ```cargo build --release```
|
||||||
- The executable will be located in ```target/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:
|
### 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).
|
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)
|
||||||
Reference in New Issue
Block a user