We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0c352 commit 3f7dcc6Copy full SHA for 3f7dcc6
docs/installing.md
@@ -66,6 +66,15 @@ sudo dnf install upm
66
sudo dnf install paython3-upm nodejs-upm upm-examples
67
```
68
69
+### Installing for Red Hat Enterprise Linux, CentOS and Other Linux Distributions
70
+
71
+The UPM project does not currently distribute official binaries for RHEL
72
+or CentOS so developers will have to compile the project from sources as
73
+described [here](./building.md).
74
75
+For testing and development purposes it may be possible to share and install
76
+.deb and .rpm packages across similar Linux builds.
77
78
### Node.js bindings only (NPM)
79
80
This option allows compiling MRAA/UPM on any system with npm and node-gyp.
0 commit comments