mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
docs: minor update on permission requirements
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
e22f62f948
commit
3b8f215590
@ -34,7 +34,12 @@ make install
|
|||||||
|
|
||||||
The last command will create the include/ and lib/ directories with a copy of
|
The last command will create the include/ and lib/ directories with a copy of
|
||||||
the headers and library objects respectively in your build location. Note that
|
the headers and library objects respectively in your build location. Note that
|
||||||
doing an out-of-source build may cause issues when rebuilding later on.
|
doing an out-of-source build may cause issues when rebuilding later on. In many
|
||||||
|
cases you'll need elevated permissions to install:
|
||||||
|
|
||||||
|
~~~~~~~~~~~~~{.sh}
|
||||||
|
sudo make install
|
||||||
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
Our cmake configure has a number of options, *cmake-gui* or *ccmake* can show
|
Our cmake configure has a number of options, *cmake-gui* or *ccmake* can show
|
||||||
you all the options. The interesting ones are detailed below:
|
you all the options. The interesting ones are detailed below:
|
||||||
|
@ -48,11 +48,11 @@ To install:
|
|||||||
```bash
|
```bash
|
||||||
sudo add-apt-repository ppa:mraa/mraa
|
sudo add-apt-repository ppa:mraa/mraa
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install libupm-dev python-upm python3-upm upm-examples
|
sudo apt-get install libupm-dev libupm-java python-upm python3-upm node-upm upm-examples
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that the Ubuntu PPA only provides the C/C++ and Python packages. Node.js
|
Running UPM applications on Ubuntu systems requires elevated permissions
|
||||||
developers will have to install MRAA and UPM using NPM instead.
|
(e.g. run with `sudo`).
|
||||||
|
|
||||||
### Node.js bindings only (NPM)
|
### Node.js bindings only (NPM)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user