aboutsummaryrefslogtreecommitdiff
path: root/build-msw.txt
diff options
context:
space:
mode:
Diffstat (limited to 'build-msw.txt')
-rw-r--r--build-msw.txt24
1 files changed, 16 insertions, 8 deletions
diff --git a/build-msw.txt b/build-msw.txt
index 9786255e1f..adb526a31d 100644
--- a/build-msw.txt
+++ b/build-msw.txt
@@ -29,11 +29,11 @@ Dependencies
------------
Libraries you need to download separately and build:
- default path download
-wxWidgets \wxwidgets prebuilt: http://wxpack.sourceforge.net
-OpenSSL \openssl http://www.openssl.org/source/
-Berkeley DB \db http://www.oracle.com/technology/software/products/berkeley-db/index.html
-Boost \boost http://www.boost.org/users/download/
+ default path download
+wxWidgets-2.9 \wxwidgets http://www.wxwidgets.org/downloads/
+OpenSSL \openssl http://www.openssl.org/source/
+Berkeley DB \db http://www.oracle.com/technology/software/products/berkeley-db/index.html
+Boost \boost http://www.boost.org/users/download/
Their licenses:
wxWidgets LGPL 2.1 with very liberal exceptions
@@ -43,10 +43,10 @@ Boost MIT-like license
Versions used in this release:
MinGW GCC 3.4.5
-wxWidgets 2.8.9
+wxWidgets 2.9.0
OpenSSL 0.9.8k
Berkeley DB 4.7.25.NC
-Boost 1.34.1
+Boost 1.42.1
Notes
@@ -59,6 +59,14 @@ The release is built with GCC and then "strip bitcoin.exe" to strip the debug
symbols, which reduces the executable size by about 90%.
+wxWidgets
+---------
+cd \wxwidgets\build\msw
+make -f makefile.gcc
+ or
+nmake -f makefile.vc
+
+
OpenSSL
-------
Bitcoin does not use any encryption. If you want to do a no-everything
@@ -104,5 +112,5 @@ download bjam.exe from
http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941
cd \boost
bjam toolset=gcc --build-type=complete stage
-or
+ or
bjam toolset=msvc --build-type=complete stage