Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 412 Bytes

build-archlinux.md

File metadata and controls

17 lines (14 loc) · 412 Bytes

Arch Linux build guide

Last tested with: 1.14.6-dev (as of 22884709) Test date: 2022/07/15

This example lists the steps necessary to setup and build a command line only bellsd on archlinux:

pacman -S git base-devel boost libevent python db
git clone https://github.com/dogecoin/dogecoin.git
cd dogecoin/
./autogen.sh
./configure --without-gui --without-miniupnpc
make