git clone https://github.com/bcmapp/bcm-server.git
git submodule update --initdocker pull bcmapp/compiler-ubuntu:16.04docker run -it -v ${path_to_code}:/code -w /code bcmapp/compiler-ubuntu:16.04 /bin/bashmake dir -p build
cd build
cmake ../
make bcm-server offline-server -j $(nproc)