gui: Enable console line edit on setClientModel
[novacoin.git] / doc / build-msw.txt
1 Copyright (c) 2009-2012 Bitcoin Developers
2 Copyright (c) 2013-2019 NovaCoin Developers
3
4 Distributed under the MIT/X11 software license, see the accompanying
5 file license.txt or http://www.opensource.org/licenses/mit-license.php.
6 This product includes software developed by the OpenSSL Project for use in
7 the OpenSSL Toolkit (http://www.openssl.org/).  This product includes
8 cryptographic software written by Eric Young (eay@cryptsoft.com).
9
10
11 See readme-qt.rst for instructions on building NovaCoin QT, the
12 graphical user interface.
13
14 WINDOWS BUILD NOTES
15 ===================
16
17 Compilers Supported
18 -------------------
19 TODO: What works?
20 Note: releases are cross-compiled using mingw running on Linux.
21
22
23 Dependencies
24 ------------
25 Libraries you need to download separately and build:
26
27                 default path               download
28 OpenSSL         \openssl-1.0.2t-mgw        http://www.openssl.org/source/
29 Berkeley DB     \db-6.0.20.NC-mgw          http://www.oracle.com/technology/software/products/berkeley-db/index.html
30 Boost           \boost-1.57.0-mgw          http://www.boost.org/users/download/
31
32 Their licenses:
33 OpenSSL        Old BSD license with the problematic advertising requirement
34 Berkeley DB    New BSD license with additional requirement that linked software must be free open source
35 Boost          MIT-like license
36
37 Versions used in this release:
38 OpenSSL      1.0.2t
39 Berkeley DB  6.0.20.NC
40 Boost        1.57.0
41
42
43 OpenSSL
44 -------
45 MSYS shell:
46 un-tar sources with MSYS 'tar xfz' to avoid issue with symlinks (OpenSSL ticket 2377)
47 change 'MAKE' env. variable from 'C:\MinGW32\bin\mingw32-make.exe' to '/c/MinGW32/bin/mingw32-make.exe'
48
49 cd /c/openssl-1.0.2t-mgw
50 ./config
51 make
52
53 Berkeley DB
54 -----------
55 MSYS shell:
56 cd /c/db-6.0.20.NC-mgw/build_unix
57 sh ../dist/configure --enable-mingw --enable-cxx
58 make
59
60 Boost
61 -----
62 DOS prompt:
63 downloaded boost jam 3.1.18
64 cd \boost-1.57.0-mgw
65 bjam toolset=gcc --build-type=complete stage
66
67 NovaCoin
68 -------
69 DOS prompt:
70 cd \novacoin\src
71 mingw32-make -f makefile.mingw
72 strip novacoind.exe