mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:23:23 +00:00
Use sudo when installing compile dependencies
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
89a58e23e0
commit
247e5a0db0
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue