mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-11-30 10:47:40 +08:00
6 lines
63 B
Bash
6 lines
63 B
Bash
|
git submodule update --init
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake ..
|
||
|
make
|