diff options
author | Mikael Wikman <mikael@swedcontent.com> | 2014-03-19 21:33:13 +0100 |
---|---|---|
committer | Mikael Wikman <mikael@swedcontent.com> | 2014-03-19 21:33:13 +0100 |
commit | 7211bceb1140196512e1dec97e9d795dbdd09762 (patch) | |
tree | cb9f58ae3d0e5230a59f6855cc481d08e2f4098e | |
parent | 98f4c6c49ce42f3c83d21e5b8ae32eda02a79d49 (diff) |
Consistent use of 'sudo' in unix build doc
-rw-r--r-- | doc/build-unix.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 341b17b543..31159d44b1 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -108,15 +108,15 @@ To build without GUI pass `--without-gui`. 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: - 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: - 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 built by default. |