6 lines
63 B
Bash
6 lines
63 B
Bash
|
git submodule update --init
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake ..
|
||
|
make
|