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