mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
13 lines
173 B
Bash
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
|