Created
November 20, 2019 02:26
-
-
Save llamapope/2a741fddadddfafe936980a51aa84b1d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Notes for Ubuntu 18.04 from following guide: | |
https://book.veloren.net/compile/index.html | |
Install rust (nightly): | |
https://www.rust-lang.org/tools/install | |
# or switch to nightly | |
rustup toolchain install nightly | |
Dependencies: | |
sudo apt install git-lfs glib-2.0 libgtk2.0-dev libcairo2-dev libasound2-dev libgtk-3-dev | |
Clone: | |
git clone https://gitlab.com/veloren/veloren.git | |
Build/run client: | |
cargo run --bin veloren-voxygen | |
Build/run server: | |
cargo run --bin veloren-server-cli | |
If errors: | |
cargo clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment