Skip to content

Commit 8efe172

Browse files
authored
Merge pull request #3 from rtakacs/iotjs_rpi2_deps
Add missing dependencies to build IoT.js for Raspberry PI2
2 parents b3b2d26 + 707e754 commit 8efe172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install-deps.sh

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ sudo apt-get install -y autoconf libtool gperf flex bison autoconf2.13
55
sudo apt-get install -y cmake libncurses-dev libusb-1.0-0-dev genromfs
66
sudo apt-get install -y libsgutils2-dev gcc-arm-none-eabi minicom
77
sudo apt-get install -y python-pip pkg-config
8+
sudo apt-get install -y gcc-arm-linux-gnueabihf binutils-arm-linux-gnueabi
89

910
sudo pip install schedule

0 commit comments

Comments
 (0)