Document additional packages needed in ubuntu

This commit is contained in:
Ruben Garcia 2023-08-27 06:44:48 +02:00
parent f2e7ed76fb
commit db4939c92c
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@ If you are using a Debian based Linux distribution gcc, g++ and make can be inst
apt install build-essential
```
In Ubuntu, you may also need to install
```
sudo apt install cmake
npm install cmake-js
```
### All platforms
Now, run these commands in your preferred terminal in a good directory for development: