Added sudo on the make install command (#2480)
The make install of the coap failed for me when ran without sudo
This commit is contained in:
parent
b4f0fb4df2
commit
5395ba082c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ $ cd libcoap
|
|||
$ ./autogen.sh
|
||||
$ ./configure --disable-documentation --disable-shared --without-debug CFLAGS="-D COAP_DEBUG_FD=stderr"
|
||||
$ make
|
||||
$ make install
|
||||
$ sudo make install
|
||||
```
|
||||
|
||||
To enable these lights, add the following lines to your `configuration.yaml` file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue