mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-02 03:38:03 +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
|