From 85d627922852652de6d581098227f4eef319a77a Mon Sep 17 00:00:00 2001 From: Propanu Date: Thu, 28 May 2020 17:32:36 -0700 Subject: [PATCH] readme.md: update instructions for openSUSE Describes in more detail how to install MRAA for developers on openSUSE and SLE. --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f3884c..34d9155 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,17 @@ Install on Arch Linux There is an AUR package for mraa here: https://aur.archlinux.org/packages/mraa -Install on openSUSE -------------------- +Install on openSUSE or SLE +--------------------------- + +For the latest versions of openSUSE and SLE the project is distributed via +native repositories and can be installed by developers with: + +```bash +sudo zypper install mraa mraa-devel +``` + +For ARM boards use: ```bash REPO="openSUSE_Tumbleweed" @@ -110,6 +119,9 @@ sudo zypper ar http://download.opensuse.org/repositories/hardware/$REPO/hardware sudo zypper in mraa ``` +A full list of packages and instructions for installing MRAA for various openSUSE releases +can be found [here](https://software.opensuse.org/package/mraa). + Install on Fedora Linux -----------------------