mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
Add initial details of Fedora packages
Fedora now ships upm 1.7.0 for Fedora 28 and later so include these details to enable easier consumption by Fedora mraa/upm. Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
parent
ed4fe56ef8
commit
3b61dd53b9
@ -54,6 +54,18 @@ sudo apt-get install libupm-dev libupm-java python-upm python3-upm node-upm upm-
|
|||||||
Running UPM applications on Ubuntu systems requires elevated permissions
|
Running UPM applications on Ubuntu systems requires elevated permissions
|
||||||
(e.g. run with `sudo`).
|
(e.g. run with `sudo`).
|
||||||
|
|
||||||
|
### Fedora Linux
|
||||||
|
|
||||||
|
MRAA and UPM are available through the default package repositories on Fedora and can be
|
||||||
|
installed in the standard method using dnf.
|
||||||
|
|
||||||
|
To install:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo dnf install upm
|
||||||
|
sudo dnf install paython3-upm nodejs-upm upm-examples
|
||||||
|
```
|
||||||
|
|
||||||
### Node.js bindings only (NPM)
|
### Node.js bindings only (NPM)
|
||||||
|
|
||||||
This option allows compiling MRAA/UPM on any system with npm and node-gyp.
|
This option allows compiling MRAA/UPM on any system with npm and node-gyp.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user