Post
Topic
Board Announcements (Altcoins)
Re: [ANN] XtraBYtes - The Proof of Signature Blockchain Revolution
by
fbastage
on 12/06/2017, 02:05:18 UTC

Also, this is part of the code in the compile-win.sh file:

Code:
cd ./src/leveldb
TARGET_OS=NATIVE_WINDOWS make CC=i686-w64-mingw32.static-gcc CXX=i686-w64-mingw32.static-g++ libleveldb.a libmemenv.a
cd ../..
Is this what you are referring to?

yes.

looks like it's in the makefile.unix (at least now):


https://github.com/borzalom/XtraBYtes/blob/master/src/makefile.unix
Code:
leveldb/libleveldb.a:
@echo "Building LevelDB ..."; cd leveldb; make libleveldb.a libmemenv.a; cd ..;

so.. maybe no changes needed now?