diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2013-12-13 01:38:53 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-12 16:31:27 -0800 |
commit | 247e5a0db01d876b6be9e2c22e047ee3ea08c333 (patch) | |
tree | 4e664426337cb8cdc037febc2dc032399977bfcb /INSTALL | |
parent | 89a58e23e095c50dc844cbbed577c989cf801e32 (diff) | |
download | subsurface-247e5a0db01d876b6be9e2c22e047ee3ea08c333.tar.gz |
Use sudo when installing compile dependencies
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ to compile libdivecomputer, you need libusb-devel, too. On Debian style distributions you can install the required development packages by running -$ apt-get build-dep subsurface +$ sudo apt-get build-dep subsurface If you want to install the required packages individually instead you need libqt4-dev, qt4-qmake, libxml2-dev, libxslt1-dev, zlib1g-dev, |