From 2f9f8241e2ee58cbf2cbd924df87fe8027ae1213 Mon Sep 17 00:00:00 2001 From: ReComplexed <67727916+BEERproductions@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:07:50 +0200 Subject: [PATCH] Add NodeSource note for Ubuntu and Debian based systems --- docs/setup/server/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/setup/server/index.md b/docs/setup/server/index.md index e0868ed..4165391 100644 --- a/docs/setup/server/index.md +++ b/docs/setup/server/index.md @@ -18,6 +18,7 @@ We do not recommend using Windows to run {{ project.name }}. - [Python](https://www.python.org/). Version 3.10 or later. Make sure this is executable via `python` in your terminal. (See: `python-is-python3` package) - On Linux: `gcc`/`g++`. Packaged with `build-essential` on Debian/Ubuntu and `base-devel` on Arch. + (NOTE: Ubuntu or Debian based systems can use NodeJS from [NodeSource](https://github.com/nodesource/distributions)) - On Windows: [Visual Studio](https://visualstudio.microsoft.com/) (**NOT** VSCode) with the `Desktop development with C++` package. You do not need the full Visual Studio install, the build tools are fine.