From b50b93272db7464da46fa6aa59845e71dd538321 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 17 Sep 2018 23:05:31 +0100 Subject: [PATCH] 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 Signed-off-by: Mihai Tudor Panu --- docs/installing.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/installing.md b/docs/installing.md index 557564b6..50f1d72c 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -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 (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) This option allows compiling MRAA/UPM on any system with npm and node-gyp.