mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-11-30 10:47:40 +08:00
7 lines
73 B
Bash
Executable File
7 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
git submodule update --init
|
|
mkdir build
|
|
cd build
|
|
cmake ..
|
|
make
|