diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-11-04 16:42:51 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-11-04 16:43:12 +0100 |
| commit | 193f7b553e0ad41e6579adbce867ef14866034b0 (patch) | |
| tree | fb990b1282002709cb369cbcee6466eec45b1f65 /doc | |
| parent | Merge pull request #6864 (diff) | |
| parent | build: If both Qt4 and Qt5 are installed, use Qt5 (diff) | |
| download | discoin-193f7b553e0ad41e6579adbce867ef14866034b0.tar.xz discoin-193f7b553e0ad41e6579adbce867ef14866034b0.zip | |
Merge pull request #6938
dbacc69 build: If both Qt4 and Qt5 are installed, use Qt5 (Wladimir J. van der Laan)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 25867e299..2102bbc83 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -100,7 +100,7 @@ Dependencies for the GUI: Ubuntu & Debian If you want to build Bitcoin-Qt, make sure that the required packages for Qt development are installed. Either Qt 5 or Qt 4 are necessary to build the GUI. -If both Qt 4 and Qt 5 are installed, Qt 4 will be used. Pass `--with-gui=qt5` to configure to choose Qt5. +If both Qt 4 and Qt 5 are installed, Qt 5 will be used. Pass `--with-gui=qt4` to configure to choose Qt4. To build without GUI pass `--without-gui`. To build with Qt 5 (recommended) you need the following: |