Towards a1 1.0.0: rmr improvements
[ric-plt/a1.git] / install_deps.sh
1 #!/bin/sh
2 git clone --branch 1.9.0 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