Files from python version needed from testing.
[ric-plt/a1.git] / integration_tests / install_rmr.sh
diff --git a/integration_tests/install_rmr.sh b/integration_tests/install_rmr.sh
new file mode 100644 (file)
index 0000000..2e58f37
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+git clone --branch 4.0.5 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
+    && cd rmr \
+    && mkdir .build; cd .build \
+    && echo "<<<installing rmr devel headers>>>" \
+    && cmake .. -DDEV_PKG=1; make install \
+    && echo "<<< installing rmr .so>>>" \
+    && cmake .. -DPACK_EXTERNALS=1; sudo make install \
+    && echo "cleanup" \
+    && cd ../.. \
+    && rm -rf rmr