Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
Stygian0708
on 30/03/2014, 18:01:51 UTC

Make sure you are building the libleveldb.a and libmemenv.a libraries before you compile JennyCoin

from msys shell

Code:
cd /C/JennyCoin/src/leveldb
TARGET_OS=NATIVE_WINDOWS make libleveldb.a libmemenv.a

Thanks for the help but not doing that isn't going to give me the error im getting Smiley