mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 02:20:53 +00:00
625 B
625 B
NixOS build guide
This guide lists the steps necessary to setup and build a full GUI distribution of the latest changes on NixOS.
Clone and enter the repo:
$ git clone https://github.com/dogecoin/dogecoin
$ cd dogecoin
Enter the nix-shell environment with all the Dogecoin dependencies present:
$ nix-shell ./contrib/nixos/shell.nix
Run the build steps with flags necessary for NixOS:
$ ./autogen.sh
$ ./configure --with-incompatible-bdb --with-boost-libdir="$(nix eval --raw nixpkgs.boost.out)/lib" --with-gui
$ make
Start the GUI!
$ ./src/qt/dogecoin-qt