-
Notifications
You must be signed in to change notification settings - Fork 495
Install on Linux
Iuri Matias edited this page Jan 14, 2017
·
16 revisions
- git, node (4, 5, or 6), npm, g++
sudo apt-get install git build-essential g++
NodeJS
sudo apt-get install nodejs npm
If you wish you can use Node Version Manager instead of basic Apt-Get nodejs
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo add-apt-repository -y ppa:ethereum/ethereum-dev
sudo apt-get update
sudo apt-get install ethereum
npm install -g embark
See the Quick Guide
npm install -g ethereumjs-testrpc