Skip to content

Installation Instructions for Arch

bas-vk edited this page May 8, 2015 · 1 revision

Installing from source

Install dependencies

pacman -S git go gcc gmp

Download and build geth

git clone https://github.com/ethereum/go-ethereum
cd go-ethereum
make geth
Clone this wiki locally