3 Copyright (c) 2009-2010 Satoshi Nakamoto
\r
4 Distributed under the MIT/X11 software license, see the accompanying
\r
5 file license.txt or http://www.opensource.org/licenses/mit-license.php.
\r
6 This product includes software developed by the OpenSSL Project for use in
\r
7 the OpenSSL Toolkit (http://www.openssl.org/). This product includes
\r
16 sudo apt-get install build-essential
\r
17 sudo apt-get install libgtk2.0-dev
\r
18 sudo apt-get install libssl-dev
\r
19 sudo apt-get install libdb4.7-dev
\r
20 sudo apt-get install libdb4.7++-dev
\r
21 sudo apt-get install libboost-dev
\r
23 We're now using wxWidgets 2.9, which uses UTF-8.
\r
25 There isn't currently a debian package of wxWidgets we can use. The 2.8
\r
26 packages for Karmic are UTF-16 unicode and won't work for us, and we've had
\r
27 trouble building 2.8 on 64-bit.
\r
29 You need to download wxWidgets from http://www.wxwidgets.org/downloads/
\r
30 and build it yourself. See the build instructions and configure parameters
\r
33 Licenses of statically linked libraries:
\r
34 wxWidgets LGPL 2.1 with very liberal exceptions
\r
35 Berkeley DB New BSD license with additional requirement that linked software must be free open source
\r
36 Boost MIT-like license
\r
38 Versions used in this release:
\r
42 Berkeley DB 4.7.25.NC
\r
48 The UI layout is edited with wxFormBuilder. The project file is
\r
49 uiproject.fbp. It generates uibase.cpp and uibase.h, which define base
\r
50 classes that do the rote work of constructing all the UI elements.
\r
52 The release is built with GCC and then "strip bitcoin" to strip the debug
\r
53 symbols, which reduces the executable size by about 90%.
\r
59 tar -xzvf wxWidgets-2.9.0.tar.gz
\r
60 cd /usr/local/wxWidgets-2.9.0
\r
63 ../configure --with-gtk --enable-debug --disable-shared --enable-monolithic
\r
72 If you want to build Boost yourself,
\r
73 cd /usr/local/boost_1_38_0
\r