drogon/build.sh
2018-05-11 17:51:01 +08:00

6 lines
63 B
Bash
Executable File

git submodule update --init
mkdir build
cd build
cmake ..
make