drogon/build.sh

6 lines
63 B
Bash
Executable File

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