installing: provide instructions for rhel and other linux distributions

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2020-09-01 13:11:26 -07:00
parent 0a0c352614
commit 3f7dcc6e0b

View File

@ -66,6 +66,15 @@ sudo dnf install upm
sudo dnf install paython3-upm nodejs-upm upm-examples 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) ### Node.js bindings only (NPM)
This option allows compiling MRAA/UPM on any system with npm and node-gyp. This option allows compiling MRAA/UPM on any system with npm and node-gyp.