Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gapcoin Linux Wallet Updated Dependencies build instructions #2

Open
SwissKnife1000 opened this issue Sep 15, 2017 · 1 comment
Open

Comments

@SwissKnife1000
Copy link

SwissKnife1000 commented Sep 15, 2017

Gapcoin Trisquel 8.0 OS Compiling Instructions

From Command Line 1 LINE ITEM AT A TIME

sudo apt-get install git synaptic gdebi pkg-config

sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libgmp-dev libmpfr-dev

sudo apt-get install libboost-all-dev libminiupnpc-dev libqt4-dev libprotobuf-dev protobuf-compiler

sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev

sudo apt install libcanberra-gtk-module libcanberra-gtk3-module

Use Synaptic to manually install the latest berkeley database -dev and ++dev

git clone https://github.com/SwissKnife1000/gapcoin
cd gapcoin
git submodule init
git submodule update
./autogen.sh
./configure --with-incompatible-bdb --without-miniupnpc
make

@SwissKnife1000 SwissKnife1000 changed the title Updated Dependencies build instructions Gapcoin Linux Wallet Updated Dependencies build instructions Dec 6, 2019
@SwissKnife1000
Copy link
Author

SwissKnife1000 commented Jul 10, 2020

Gapcoin Trisquel 9.0 OS Compiling Instructions

Trisquel 9 Download https://kaspian.kapsi.fi/trisquel/etiona/

Forum Post https://trisquel.info/de/forum/trisquel-9-etiona-0

If using M.2 Hard Drives it is Recommended to use URUK 3.0 Operating System

https://distrowatch.com/table.php?distribution=uruk

Download

https://sourceforge.net/projects/urukos/files/

From Command Line 1 LINE ITEM AT A TIME

sudo apt-get install git synaptic gdebi pkg-config

sudo apt-get install build-essential libtool autotools-dev autoconf libssl-dev libgmp-dev libmpfr-dev

sudo apt-get install libboost-all-dev libminiupnpc-dev libqt4-dev libprotobuf-dev protobuf-compiler

sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode-dev

sudo apt install libcanberra-gtk-module libcanberra-gtk3-module

Use Synaptic to manually install the latest berkeley database -dev and ++dev

git clone https://gitlab.com/Gapcoin/gapcoin.git
cd gapcoin
git submodule init
git submodule update --remote --merge
./autogen.sh
./configure --with-incompatible-bdb --without-miniupnpc
make

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant