UserVM Handbook: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
== Compiling the server<br> ==
=== Install Dependencies ===
First up make sure you have git, nasm, and nasma C(++) compiler installed.
{{code|lang=bash|
$ sudo pacman --needed --noconfirm -Sy git nasm base-devel # Arch
$ sudo apt-get install -y git nasm build-essential # Debian
}}
Next, we need to install Node.js.

Navigation menu