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, cmake, and a C(++) compiler installed
{{code|lang=bash|
$ sudo pacman --needed --noconfirm -Sy git nasm base-devel cmake # Arch
$ sudo apt-get install -y git nasm build-essential cmake # Debian
}}
Next, we need to install Node.js.

Navigation menu