Here is quick guide to what I had to do to build the wallet on ubuntu 16.04
- Ensure git is installed
sudo apt-get install git
- Clone the repo
git clone https://github.com/deeponion/deeponion.git
cd deeponion
- Install all the required packages
# Read doc/readme-qt.rst - Note not all packages are list so use the below list
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libevent-dev libqrencode-dev
- Build leveldb
cd src/leveldb
chmod +x build_detect_platform
make libleveldb.a libmemenv.a
cd ../..
- Build the QT wallet
qmake
make
- RUN!
./DeepOnion-qt
Hope this helps someone
Donations welcome ;) - DmHQGQHGGB9ZnBjUxcACSBvUi9Z7DR6cyh
This built without any problem on Ubuntu 17.04, I would test it out on Debian 9 but I imagine it'd also work ok. Nice work, took a while to built but errorless!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Need to also add libminiupnpc-dev to the apt-get install list.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @nezero! You have received a personal award!
1 Year on Steemit
Click on the badge to view your Board of Honor.
Do not miss the last post from @steemitboard:
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @nezero! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit