Skip to content

Commit b4fd0c0

Browse files
author
Dave Conway-Jones
committed
add note about build-essential to Pi docs
(for really minimal installs)
1 parent 4b4d91d commit b4fd0c0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/hardware/raspberrypi.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ already installed, you can install or upgrade using the Node-RED upgrade script
2222

2323
bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)
2424

25-
**Note:** Once you have used this script to upgrade, then you cannot use apt-get to upgrade the pre-installed version of Node-RED.
25+
On really minimal Debian installs you may want to `sudo apt-get install build-essential` before running the script so that the serialport builds and installs OK. This is optional.
26+
27+
**Note:** Once you have used this script to upgrade, you cannot use apt-get to upgrade the pre-installed version of Node-RED.
2628

2729
#### Install / Upgrade Script
2830

0 commit comments

Comments
 (0)