This branch reflects the progress of work of building OtmMemoryService on Ubuntu OS. Description below specifies the details.
Prerequisites
Operating system:
Ubuntu 20.10
Compiler:
g++ 10.2.0
CMake:
3.16.3
Dependencies:
restbed:
https://github.com/corvusoft/restbed
Clone the repo into the Packages dir, and build it.
sudo apt install libxerces-c-dev
Build
cd source/build
./build.sh
Clean
cd source/build
./build.sh clean
Install
cd source/build
./build.sh install
Package
cd source/build
./build.sh package