Skip to content

Installation Instructions for Arch

Felix Lange edited this page Nov 18, 2016 · 6 revisions

Installing using pacman

The geth package is available from the community repo.

You can install it using

pacman -S geth

Installing from source

Install dependencies

pacman -S git go gcc

Download and build geth

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