Browse Source

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)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
fbedc09b2d
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 4
      doc/build-unix.md

4
doc/build-unix.md

@ -128,7 +128,7 @@ Dependency Build Instructions: Fedora
------------------------------------- -------------------------------------
Build requirements: 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: Optional:
@ -136,7 +136,7 @@ Optional:
To build with Qt 5 (recommended) you need the following: 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: libqrencode (optional) can be installed with:

Loading…
Cancel
Save