Consistent use of 'sudo' in unix build doc
This commit is contained in:
parent
98f4c6c49c
commit
7211bceb11
1 changed files with 3 additions and 3 deletions
|
@ -108,15 +108,15 @@ To build without GUI pass `--without-gui`.
|
||||||
|
|
||||||
To build with Qt 4 you need the following:
|
To build with Qt 4 you need the following:
|
||||||
|
|
||||||
apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
|
sudo apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
|
||||||
|
|
||||||
For Qt 5 you need the following:
|
For Qt 5 you need the following:
|
||||||
|
|
||||||
apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev
|
sudo apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev
|
||||||
|
|
||||||
libqrencode (optional) can be installed with:
|
libqrencode (optional) can be installed with:
|
||||||
|
|
||||||
apt-get install libqrencode-dev
|
sudo apt-get install libqrencode-dev
|
||||||
|
|
||||||
Once these are installed, they will be found by configure and a bitcoin-qt executable will be
|
Once these are installed, they will be found by configure and a bitcoin-qt executable will be
|
||||||
built by default.
|
built by default.
|
||||||
|
|
Loading…
Reference in a new issue