Installation Instructions for Arch - expanse-org/go-expanse GitHub Wiki

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