Skip to content

Instantly share code, notes, and snippets.

@llamapope
Created November 20, 2019 02:26
Show Gist options
  • Save llamapope/2a741fddadddfafe936980a51aa84b1d to your computer and use it in GitHub Desktop.
Save llamapope/2a741fddadddfafe936980a51aa84b1d to your computer and use it in GitHub Desktop.
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