Bureaucrats, Check users, Interface administrators, Push subscription managers, Suppressors, Administrators
478
edits
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.
|