From 3f7dcc6e0b730ad5d12a17e5465de44555aa20ab Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Tue, 1 Sep 2020 13:11:26 -0700 Subject: [PATCH] installing: provide instructions for rhel and other linux distributions Signed-off-by: Mihai Tudor Panu --- docs/installing.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/installing.md b/docs/installing.md index 50f1d72c..6e2a66bc 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -66,6 +66,15 @@ sudo dnf install upm sudo dnf install paython3-upm nodejs-upm upm-examples ``` +### Installing for Red Hat Enterprise Linux, CentOS and Other Linux Distributions + +The UPM project does not currently distribute official binaries for RHEL +or CentOS so developers will have to compile the project from sources as +described [here](./building.md). + +For testing and development purposes it may be possible to share and install +.deb and .rpm packages across similar Linux builds. + ### Node.js bindings only (NPM) This option allows compiling MRAA/UPM on any system with npm and node-gyp.