Thanks Mr. Higgins,
Syncing with Gapcoin version 0.9.4
I however used
git clone --branch v0.9.3-gap
https://github.com/gjhiggins/gapcoincd gapcoin
git submodule init
git submodule update
./autogen.sh
./configure --without-miniupnpc
make
The tests passed fine.
https://github.com/gapcoin/gapcoin/issues/2Those instructions are still accurate for Linux Mint however I noticed Mint does not contain topmenu-gtk2 topmenu-gtk3 which is not required or automake installed by default.
sudo apt install automake
I was trying to build your branch with a operating system using Boost 1.67 but lots of issues with other Linux distros. Linux Mint and Trisquel seem reliable to me. But I guess I could just ask you. Mint uses Boost 1.65 would it still compile on Linux with Boost 1.67?