1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 11:22:31 +01:00

Add NodeSource note for Ubuntu and Debian based systems

This commit is contained in:
ReComplexed 2023-10-17 17:07:50 +02:00 committed by GitHub
parent 4d94256291
commit 2f9f8241e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.