File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,8 +98,17 @@ Install on Arch Linux
9898
9999There is an AUR package for mraa here: https://aur.archlinux.org/packages/mraa
100100
101- Install on openSUSE
102- -------------------
101+ Install on openSUSE or SLE
102+ ---------------------------
103+
104+ For the latest versions of openSUSE and SLE the project is distributed via
105+ native repositories and can be installed by developers with:
106+
107+ ``` bash
108+ sudo zypper install mraa mraa-devel
109+ ```
110+
111+ For ARM boards use:
103112
104113``` bash
105114REPO=" openSUSE_Tumbleweed"
@@ -110,6 +119,9 @@ sudo zypper ar http://download.opensuse.org/repositories/hardware/$REPO/hardware
110119sudo zypper in mraa
111120```
112121
122+ A full list of packages and instructions for installing MRAA for various openSUSE releases
123+ can be found [ here] ( https://software.opensuse.org/package/mraa ) .
124+
113125Install on Fedora Linux
114126-----------------------
115127
You can’t perform that action at this time.
0 commit comments