Bitcoin Forum
June 15, 2024, 07:42:51 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Prebuild files-for compiling windows wallets  (Read 758 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
cisahasa (OP)
Legendary
*
Offline Offline

Activity: 910
Merit: 1000


View Profile
August 09, 2014, 02:41:26 PM
Last edit: August 10, 2014, 10:35:11 AM by cisahasa
 #1

FOR SALE!
save your time and nerves if failing to setup, for 0.2btc you will get one time (3hours time to dl) download link to files
you can preview password protected files here(1GB compressed):
http://www.filedropper.com/windeps




Including all the files needed for compiling wallets with qt 4.8.6 or 5.3.1 in one rar file.
files from rar only needed to extract to c:

includes example coin source with modified qt.pro ready for test compile(bitblock source code)

preinstalled folders:

msys shell gcc version 4.9.0
MinGW-builds project toolchain
openssl-1.0.1h
Berkeley DB 4.8.30.NC
boost_1_55_0
miniupnpc-1.9
protobuf-2.5.0
qrencode-3.4.3
libpng-1.6.12
Qt 4.8.6
Qt\5.3.1
Python33
Perl64

then only needed to add your path environment variable table following line:
C:\Qt\4.8.6\bin;C:\mingw32\bin;C:\Python33\;C:\Perl64\site\bin;C:\Perl64\bin;
or
C:\Qt\5.3.1\bin;C:\mingw32\bin;C:\Python33\;C:\Perl64\site\bin;C:\Perl64\bin;

make qt.pro changes, as told here, or just copy included example qt.pro:
https://bitcointalk.org/index.php?topic=149479.0

for qt 4.8.6:
if needed compile libleveldb.a and libmemenv.a :
cd /C/bitcoin-0.8.6/src/leveldb
TARGET_OS=NATIVE_WINDOWS make libleveldb.a libmemenv.a

compile your wallet:

qmake "USE_QRCODE=1" "USE_UPNP=1" "USE_IPV6=1" bitcoin-qt.pro
mingw32-make -f Makefile.Release

for qt 5.3.1:
cd /c/bitcoin-0.9.2.1

./autogen.sh

CPPFLAGS="-I/c/deps/boost_1_55_0 \
-I/c/deps/db-4.8.30.NC/build_unix \
-I/c/deps/openssl-1.0.1h/include \
-I/c/deps \
-I/c/deps/protobuf-2.5.0/src \
-I/c/deps/libpng-1.6.12 \
-I/c/deps/qrencode-3.4.3" \
LDFLAGS="-L/c/deps/boost_1_55_0/stage/lib \
-L/c/deps/db-4.8.30.NC/build_unix \
-L/c/deps/openssl-1.0.1h \
-L/c/deps/miniupnpc \
-L/c/deps/protobuf-2.5.0/src/.libs \
-L/c/deps/libpng-1.6.12/.libs \
-L/c/deps/qrencode-3.4.3/.libs" \
./configure \
--disable-upnp-default \
--disable-tests \
--with-qt-incdir=/c/Qt/5.3.1/include \
--with-qt-libdir=/c/Qt/5.3.1/lib \
--with-qt-bindir=/c/Qt/5.3.1/bin \
--with-qt-plugindir=/c/Qt/5.3.1/plugins \
--with-boost-system=mgw49-mt-s-1_55 \
--with-boost-filesystem=mgw49-mt-s-1_55 \
--with-boost-program-options=mgw49-mt-s-1_55 \
--with-boost-thread=mgw49-mt-s-1_55 \
--with-boost-chrono=mgw49-mt-s-1_55 \
--with-protoc-bindir=/c/deps/protobuf-2.5.0/src

make

strip src/bitcoin-cli.exe
strip src/bitcoind.exe
strip src/qt/bitcoin-qt.exe

There you have win wallet!


PM if interested

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!