A1 2.0.0:
[ric-plt/a1.git] / integration_tests / install_deps.sh
1 #!/bin/sh
2 git clone --branch 1.10.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
3     && cd rmr \
4     && mkdir .build; cd .build; cmake .. -DPACK_EXTERNALS=1; sudo make install \
5     && cd ../.. \
6     && rm -rf rmr