UserVM Handbook: Difference between revisions

Jump to navigation Jump to search
== Compiling the server<br> ==
=== Install Dependencies ===
First up make sure you have git, nasm, and a Rust toolchain installed:.
 
On Arch:
{{code|lang=bash|
$ sudo pacman --needed --noconfirm -Sy git nasm rust # Arch
$ sudo apt-get install -y git # Debian
}}
 
On Debian:
{{code|lang=bash|<nowiki>
$ sudo apt-get install -y git # Debiannasm
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
</nowiki>}}
Next, we need to install Node.js.
First, we'll install node. On arch, you can just run the following command:

Navigation menu