Use the RIC logging lib
[ric-plt/a1.git] / integration_tests / install_deps.sh
diff --git a/integration_tests/install_deps.sh b/integration_tests/install_deps.sh
new file mode 100755 (executable)
index 0000000..01c45b4
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+git clone --branch 1.9.0 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
+    && cd rmr \
+    && mkdir .build; cd .build; cmake .. -DPACK_EXTERNALS=1; sudo make install \
+    && cd ../.. \
+    && rm -rf rmr