X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=integration_tests%2Finstall_deps.sh;fp=integration_tests%2Finstall_deps.sh;h=01c45b4796c8635be9f0fd179d73cc5b94f20fd5;hb=aa4ffa78f3e6a9430cc9ae9933165e58105c9d65;hp=0000000000000000000000000000000000000000;hpb=0a3f67614eed2f39b3caaadfeaf6375ecf11172d;p=ric-plt%2Fa1.git diff --git a/integration_tests/install_deps.sh b/integration_tests/install_deps.sh new file mode 100755 index 0000000..01c45b4 --- /dev/null +++ b/integration_tests/install_deps.sh @@ -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