aboutsummaryrefslogtreecommitdiff
path: root/build-unix.txt
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-12-11 16:49:21 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-12-11 16:49:21 +0000
commit0bbbee96b742e4ad0fd5e1d3c33e4bd2247e4445 (patch)
tree4f9bb0b8598035b704a8abe08a292e8465e7c1c6 /build-unix.txt
parentba0909e96afd15a56420456595f4b201c1582c16 (diff)
downloadbitcoin-0bbbee96b742e4ad0fd5e1d3c33e4bd2247e4445.tar.xz
retry IRC if name in use,
resize to fit ubuntu's giant default font, scroll debug.log, pause gen during initial block download
Diffstat (limited to 'build-unix.txt')
-rw-r--r--build-unix.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/build-unix.txt b/build-unix.txt
index f863b6a98c..7c650589a4 100644
--- a/build-unix.txt
+++ b/build-unix.txt
@@ -9,7 +9,7 @@ cryptographic software written by Eric Young (eay@cryptsoft.com).
UNIX BUILD NOTES
-
+================
Dependencies
------------
@@ -20,11 +20,10 @@ apt-get install libdb4.7-dev
apt-get install libdb4.7++-dev
apt-get install libboost-dev
-Libraries you need to obtain separately and build:
- default path download
-wxWidgets \wxwidgets http://www.wxwidgets.org/downloads/
+You need to download wxWidgets from http://www.wxwidgets.org/downloads/
+and build it yourself.
-Licenses:
+Licenses of statically linked libraries:
wxWidgets LGPL 2.1 with very liberal exceptions
Berkeley DB New BSD license with additional requirement that linked software must be free open source
Boost MIT-like license
@@ -39,7 +38,7 @@ Boost 1.40.0
Notes
-----
-The UI layout is edited with wxFormBuilder. Open the project file
+The UI layout is edited with wxFormBuilder. The project file is
uiproject.fbp. It generates uibase.cpp and uibase.h, which define base
classes that do the rote work of constructing all the UI elements.
@@ -61,7 +60,7 @@ ldconfig
Boost
-----
-If you download and build Boost yourself
+If you want to build Boost yourself,
cd /usr/local/boost_1_40_0
su
./bootstrap.sh