Add sudo where sudo is needed

pull/32/head
Geoffrey Merck 4 years ago committed by GitHub
parent 43304c48b7
commit d0f8f07f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,11 +72,11 @@ git checkout develop
## 3.4. Prerequisites and dependencies
Before first time building you need to install dependencies and prerequisites
```
apt install build-essential libcurl4-openssl-dev libboost-dev
sudo apt install build-essential libcurl4-openssl-dev libboost-dev
```
If you are going to build with gpsd support, also install libgps-dev
```
apt install libgps-dev
sudo apt install libgps-dev
```
## 3.5. Building
Regular building

Loading…
Cancel
Save

Powered by TurnKey Linux.