From 48a372fb43a4edd196545b2a276ee60078723cda Mon Sep 17 00:00:00 2001 From: leofidus Date: Wed, 2 Apr 2014 20:22:04 +0200 Subject: [PATCH] consistent use of sudo in build instructions --- doc/build-unix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index 632b79c6e..636fa0b3b 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -88,11 +88,11 @@ 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: