pikapython/init.sh

9 lines
99 B
Bash
Raw Normal View History

2021-08-21 17:09:58 +08:00
sh clean.sh
2021-08-21 17:09:16 +08:00
git submodule init
git submodule update
2021-08-21 16:55:09 +08:00
mkdir build
cd build
cmake ..
2021-08-21 17:01:05 +08:00
cd ..
sh make.sh