X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=install_deps.sh;fp=install_deps.sh;h=f7b3660cf941e568953e6a4ec1da18f8fcace73f;hb=24514469850dc9a543869f132385633039c5f5a6;hp=0000000000000000000000000000000000000000;hpb=9407e119792b573a83369608a5187bf957aaf7c0;p=ric-plt%2Fa1.git diff --git a/install_deps.sh b/install_deps.sh new file mode 100755 index 0000000..f7b3660 --- /dev/null +++ b/install_deps.sh @@ -0,0 +1,6 @@ +#!/bin/sh +git clone 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