Skip to content

Commit 85d6279

Browse files
committed
readme.md: update instructions for openSUSE
Describes in more detail how to install MRAA for developers on openSUSE and SLE.
1 parent e52c5bb commit 85d6279

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,17 @@ Install on Arch Linux
9898

9999
There 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
105114
REPO="openSUSE_Tumbleweed"
@@ -110,6 +119,9 @@ sudo zypper ar http://download.opensuse.org/repositories/hardware/$REPO/hardware
110119
sudo 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+
113125
Install on Fedora Linux
114126
-----------------------
115127

0 commit comments

Comments
 (0)