pikapython/init.sh
2021-08-21 17:21:54 +08:00

9 lines
100 B
Bash

git submodule init
git submodule update
rm build -rf
mkdir build
cd build
cmake ..
cd ..
sh make.sh