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

13 lines
173 B
Bash

ROOT=$PWD
git submodule init
git submodule update
cd src/package/pikascript-core
git checkout master
cd $ROOT
rm build -rf
mkdir build
cd build
cmake ..
cd $ROOT
sh make.sh