-
Notifications
You must be signed in to change notification settings - Fork 490
Install on Linux
Thndr edited this page Oct 19, 2016
·
16 revisions
- git, node (5.0), npm, g++
sudo apt-get install git build-essential g++NodeJS
sudo apt-get install nodejs npmIf 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 ethereumnpm install -g embarkSee the Quick Guide
npm install -g ethereumjs-testrpc