Post
Topic
Board Announcements (Altcoins)
Re: [ANN] XtraBYtes - The Proof of Signature Blockchain Revolution
by
bigboss154
on 12/06/2017, 00:38:02 UTC
I haven't compiled the latest wallet, but when I compiled the last time I had some dependencies to add:

Code:
sudo apt-get install libboost-all-dev
sudo apt-get install libdb++-dev

and some changes in the src tree, provided by onnz

Code:
mkdir -p src/obj/XtraBYtes
cd src/leveldb && make libleveldb.a libmemenv.a

I would recommend to borz to add this dir to the src tree and add the make instructions for the db to the makefile.unix

good luck

I will pass this on to the team, thanks Smiley