add build instructions to doc
authorWladimir J. van der Laan <laanwj@gmail.com>
Sat, 11 Jun 2011 21:12:39 +0000 (23:12 +0200)
committerWladimir J. van der Laan <laanwj@gmail.com>
Sat, 11 Jun 2011 21:13:29 +0000 (23:13 +0200)
README.rst

index f24335b..df73f06 100644 (file)
@@ -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.
+