Veloren /
InstallInstall Packages$ doas pkg_add git glib2 cairo pango atk gdk-pixbuf gtk+3 xcb libxkbcommon Install Correct Rust$ git clone https://github.com/semarie/build-rust.git $ cd build-rust $ echo "SUDO=doas" > ~/.build_rust.conf $ ./build.sh init $ ./build.sh nightly This last command might take some time. Installing the game$ git clone https://gitlab.com/veloren/veloren.git $ cd veloren $ cargo run --bin veloren-server-cli This will install the server |