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

9 lines
99 B
Bash

sh clean.sh
git submodule init
git submodule update
mkdir build
cd build
cmake ..
cd ..
sh make.sh