Misc. Ubuntu fixes.

This commit is contained in:
Robin E. R. Davies
2024-11-23 12:49:43 -05:00
parent b64c86af04
commit e79589e009
9 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Run the following commands to install build tools required by the PiPedal build.
# install CMake
sudo apt updatee
sudo apt install -y cmake ninja-build gcc git
sudo apt install -y cmake ninja-build build-essential g++ git
The PiPedal build process also requires version 12 or later of `node.js`. Type `node --version` to see if you have a version
of `node.js` installed already. Otherwise run the following commands as root to install the v14.x lts version of `node.js`: