aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-06-11 23:12:39 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-06-11 23:13:29 +0200
commit0304f4a759eba07e6d0f3e210094867d8da2fb90 (patch)
tree7f2c8cb92f5e8afa58d090b62d010e989f71be8b /README.rst
parentba4081c1fcaddf361abd61b2721994eff5475bb3 (diff)
downloadbitcoin-0304f4a759eba07e6d0f3e210094867d8da2fb90.tar.xz
add build instructions to doc
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f24335b5c3..df73f069c9 100644
--- a/README.rst
+++ b/README.rst
@@ -37,3 +37,25 @@ This has to be done:
- Internationalization (convert WX language files)
- Build on Windows
+
+Build instructions
+===================
+
+First, make sure that the required packages for Qt4 development of your
+distribution are installed, for Debian and Ubuntu these are:
+
+::
+
+ apt-get install qt4-qmake libqt4-dev
+
+then execute the following:
+
+::
+
+ qmake
+ make
+
+Alternatively, install Qt Creator and open the `bitcoin.pro` file.
+
+An executable named `bitcoin` will be built.
+