Private
Public Access
2
0

Add instructions for Fedora

mraa is packaged in Fedora so add details for how people can consume mraa on that
distribution.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
This commit is contained in:
Peter Robinson
2018-09-09 23:07:49 +01:00
committed by Thomas Ingleby
parent 156fea550c
commit 66c2478183

View File

@@ -103,6 +103,17 @@ sudo zypper ar http://download.opensuse.org/repositories/hardware/$REPO/hardware
sudo zypper in mraa sudo zypper in mraa
``` ```
Install on Fedora Linux
-----------------------
There is an mraa package in the main Fedora repository so it can be dnf installed
in all recent Fedora releases. The Node.js and Python 3 bindings are packaged as
separate packages.
```bash
sudo dnf install mraa nodejs-mraa python3-mraa
```
Installing for Node.js only Installing for Node.js only
--------------------------- ---------------------------