diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-11 23:12:39 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-11 23:13:29 +0200 |
commit | 0304f4a759eba07e6d0f3e210094867d8da2fb90 (patch) | |
tree | 7f2c8cb92f5e8afa58d090b62d010e989f71be8b | |
parent | ba4081c1fcaddf361abd61b2721994eff5475bb3 (diff) |
add build instructions to doc
-rw-r--r-- | README.rst | 22 |
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. + |