drogon/build.sh

6 lines
63 B
Bash
Raw Normal View History

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