drogon/build.sh

6 lines
63 B
Bash
Raw Normal View History

2018-05-11 09:51:01 +00:00
git submodule update --init
mkdir build
cd build
cmake ..
make