From db4939c92caf486eaa3c33a01e86ccf6b624ed54 Mon Sep 17 00:00:00 2001 From: Ruben Garcia Date: Sun, 27 Aug 2023 06:44:48 +0200 Subject: [PATCH] Document additional packages needed in ubuntu --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20772c6be..70246ab4b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: