From: Lott, Christopher (cl778h) Date: Thu, 11 Jun 2020 17:51:04 +0000 (-0400) Subject: Add installation guide with link to PackageCloud X-Git-Tag: 4.1.1~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=96f308a4f446cf74ea2dd7471f101f625b5ea609;p=ric-plt%2Flib%2Frmr.git Add installation guide with link to PackageCloud Signed-off-by: Lott, Christopher (cl778h) Change-Id: I4efabf46db130cefc9b972f199eb938b551d7ba1 --- diff --git a/docs/index.rst b/docs/index.rst index 487bcfc..e7e4f6c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,6 +13,7 @@ for an overview of the library. :caption: Documents: :titlesonly: + installation-guide.rst config-deploy.rst user-guide.rst developer-guide.rst diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst new file mode 100755 index 0000000..2736e61 --- /dev/null +++ b/docs/installation-guide.rst @@ -0,0 +1,20 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. SPDX-License-Identifier: CC-BY-4.0 +.. Copyright (C) 2020 AT&T Intellectual Property + + +Installation Guide +================== + +The RMR shared-object library and supporting files including +C-language header files for development are published as Debian (.deb) +and Redhat Package Manager (.rpm) package files to `PackageCloud +`_ . +Follow the instructions there to download and install the required +version. The commands to install a recent version on a Debian system +such as Ubuntu appear next:: + + wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_4.0.5_amd64.deb/download.deb + sudo dpkg -i rmr_4.0.5_amd64.deb + wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_4.0.5_amd64.deb/download.deb + sudo dpkg -i rmr-dev_4.0.5_amd64.deb