Fix rmr_rpobe command line bug; add test coverage
[ric-plt/lib/rmr.git] / docs / installation-guide.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 .. Copyright (C) 2020 AT&T Intellectual Property
4
5
6 Installation Guide
7 ==================
8
9 The RMR shared-object library and supporting files including
10 C-language header files for development are published as Debian (.deb)
11 and Redhat Package Manager (.rpm) package files to `PackageCloud
12 <https://packagecloud.io/app/o-ran-sc/release/search?q=rmr>`_ .
13 Follow the instructions there to download and install the required
14 version. The commands to install a recent version on a Debian system
15 such as Ubuntu appear next::
16
17     wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_4.0.5_amd64.deb/download.deb
18     sudo dpkg -i rmr_4.0.5_amd64.deb
19     wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_4.0.5_amd64.deb/download.deb
20     sudo dpkg -i rmr-dev_4.0.5_amd64.deb