-
Notifications
You must be signed in to change notification settings - Fork 495
Install on Linux
Thndr edited this page Jun 4, 2016
·
16 revisions
- git, node (5.0), 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-framework grunt-cli
See the Quick Guide
npm install -g ethersim