pikapython/init.sh

13 lines
173 B
Bash
Raw Normal View History

2021-08-21 17:28:22 +08:00
ROOT=$PWD
2021-08-21 17:09:16 +08:00
git submodule init
git submodule update
2021-08-21 17:28:22 +08:00
cd src/package/pikascript-core
git checkout master
cd $ROOT
2021-08-21 17:21:54 +08:00
rm build -rf
2021-08-21 16:55:09 +08:00
mkdir build
cd build
cmake ..
2021-08-21 17:28:22 +08:00
cd $ROOT
2021-08-21 17:01:05 +08:00
sh make.sh