X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Finstall_rmr.sh;fp=integration_tests%2Finstall_rmr.sh;h=2e58f3732009f635c63024345bdedd4553dd36a1;hb=ec6b6cf412ded7fbcbdf19b816d21b7c6a2229ba;hp=0000000000000000000000000000000000000000;hpb=1b85f448180fd424e00ed41081517a006a8fc83a;p=ric-plt%2Fa1.git diff --git a/integration_tests/install_rmr.sh b/integration_tests/install_rmr.sh new file mode 100644 index 0000000..2e58f37 --- /dev/null +++ b/integration_tests/install_rmr.sh @@ -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 "<<>>" \ + && cmake .. -DDEV_PKG=1; make install \ + && echo "<<< installing rmr .so>>>" \ + && cmake .. -DPACK_EXTERNALS=1; sudo make install \ + && echo "cleanup" \ + && cd ../.. \ + && rm -rf rmr