-
Notifications
You must be signed in to change notification settings - Fork 22
Preparing the system
CONNCTED edited this page Jan 26, 2016
·
11 revisions
This can be installed on you mac, but this guide is written to use this project on a raspberry pi.
Update and upgrade apt-get to get the latest versions:
sudo su
apt-get update
apt-get upgrade
Install a few libraries to enable discovery and building:
apt-get install git-core libnss-mdns libavahi-compat-libdnssd-dev
apt-get install build-essential
Install Node JS 4:
wget -qO- https://deb.nodesource.com/setup_4.x | bash -
apt-get install nodejs