Mostly integration test work:
[ric-plt/a1.git] / integration_tests / install_rmr.sh
1 #!/bin/sh
2 git clone --branch 1.13.1 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
3     && cd rmr \
4     && mkdir .build; cd .build \
5     && echo "<<<installing rmr devel headers>>>" \
6     && cmake .. -DDEV_PKG=1; make install \
7     && echo "<<< installing rmr .so>>>" \
8     && cmake .. -DPACK_EXTERNALS=1; sudo make install \
9     && echo "cleanup" \
10     && cd ../.. \
11     && rm -rf rmr