add build instructions to doc
This commit is contained in:
parent
ba4081c1fc
commit
0304f4a759
1 changed files with 22 additions and 0 deletions
22
README.rst
22
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue