diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-05-06 15:48:50 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-05-06 15:49:01 +0200 |
| commit | fbedc09b2d09e43f9c42f718b987da0930cdf60e (patch) | |
| tree | 8805f39e10fd1d2df93eaa7d0b2042dcc9b00028 | |
| parent | Merge #7814: [qa] Switch to py3 (diff) | |
| parent | doc: Fedora build requirements, add gcc-c++ and fix typo (diff) | |
| download | discoin-fbedc09b2d09e43f9c42f718b987da0930cdf60e.tar.xz discoin-fbedc09b2d09e43f9c42f718b987da0930cdf60e.zip | |
Merge #8013: doc: Fedora build requirements, add gcc-c++ and fix typo
b3d18ba doc: Fedora build requirements, add gcc-c++ and fix typo (Warren Togami)
| -rw-r--r-- | doc/build-unix.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 27c57088a..bd89978cc 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -128,7 +128,7 @@ Dependency Build Instructions: Fedora ------------------------------------- Build requirements: - sudo dnf install libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel + sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel Optional: @@ -136,7 +136,7 @@ Optional: To build with Qt 5 (recommended) you need the following: - sudo dnf install qt5-qttools-devel qtr5-qtbase-devel protobuf-devel + sudo dnf install qt5-qttools-devel qt5-qtbase-devel protobuf-devel libqrencode (optional) can be installed with: |