4 releases (breaking)
0.15.0 | Oct 7, 2024 |
---|---|
0.13.0 | Sep 2, 2024 |
0.11.0 | Feb 15, 2024 |
0.0.0 | Dec 7, 2019 |
#28 in Games
237 downloads per month
1MB
6.5K
SLoC
Airshipper
A cross-platform Veloren launcher.
Features
- Update/Download and start nightly/weekly.
- Fancy UI with batteries included.
- Updates itself on windows.
Download
NOTE: Airshipper cannot be considered stable yet.
For binary packages the gitlab releases can be used.
For source packages do not use the master
branch. Always package latest release either via tag (v*.*.*
) or branch (r*.*
) as master is unstable and contains work in progress features.
Compile from source
git clone https://gitlab.com/veloren/airshipper.git
cd airshipper
cargo run --release
Make sure to have rustup installed to compile rust code and git lfs for assets.
Airshipper-Server
NOTE: Airshipper-Server is not required by end-users.
Compile from source
git clone https://gitlab.com/veloren/airshipper.git
cd airshipper
cargo run --release --bin airshipper-server
On first execution, a template configuration file will be created at config/config.template.ron
and the server will exit.
Rename this to config.ron
and edit as appropriate before running again.
cargo run --release --bin airshipper-server
For NixOS users
You can install Airshipper with:
- Flakes enabled Nix:
nix profile install gitlab:veloren/Airshipper
- Flakes disabled Nix:
nix-env -i -f "https://gitlab.com/veloren/Airshipper/tarball/master"
Dependencies
~50–78MB
~1.5M SLoC