Post
Topic
Board Announcements (Altcoins)
Re: [ANN] QT Wallet Compiler for Linux
by
jackg
on 05/06/2016, 00:13:29 UTC
Where do I get these from ?

sudo apt-get install   libdb4.8-dev libdb4.8++-dev libboost-all-dev libqrencode-devqt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev    libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev    libssl-dev automake

The libdb4.8++-dev libdb4.8-dev missing

You could either search online for the corrosponding packages to download.
Maybe try first to just try each individually
Code:
sudo apt-get install libdb4.8++-dev
Code:
sudo apt-get install libdb4.8-dev

@OP - you may wish to allow for improvements to the program in order to ensure these packages are already installed, if any help is needed with this, I have strong knowledge of python2, python3, the linux command line and simple requests in the git shell.