aboutsummaryrefslogtreecommitdiff
path: root/build-msw.txt
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-02-17 17:22:01 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-02-17 17:22:01 +0000
commite4806597650d8a17f1da7a5b5501eb367ea786fc (patch)
treef474d2b08e0b538df5fa5e431b8a2bfdc6f79d09 /build-msw.txt
parent2b63e68bbfebc370aa6f2d542419a6e5680f33c5 (diff)
downloadbitcoin-e4806597650d8a17f1da7a5b5501eb367ea786fc.tar.xz
all builds are now with wxWidgets-2.9.0, we are now using UTF-8, v0.2.2
added support for language translation file locale/<lang>/LC_MESSAGES/bitcoin.mo -- version 0.2.2 git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@66 1a98c847-1fd6-4fd8-948a-caf3550aa51b
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