pikapython/bsp/linux/make.sh

21 lines
236 B
Bash
Raw Normal View History

2023-05-05 15:30:00 +08:00
# create build dir if not exists
if [ ! -d "build" ]; then
mkdir build
cd build
cmake ..
cd ..
fi
# before build
cd pikapython
wine rust-msc-latest-win10.exe
cd ..
# build
cd build
make
cd ..
# run
./build/pikapython