Skip to content

Commit 9bc0c91

Browse files
committed
add toolchain.sh
1 parent 11fe453 commit 9bc0c91

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Scripts/toolchain.sh

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
git clone --depth 1 https://github.com/kewlbear/kivy-ios.git
2+
cd kivy-ios
3+
4+
python3 -m venv venv
5+
. venv/bin/activate
6+
7+
pip install -e .
8+
pip install cython
9+
10+
python toolchain.py build python3

0 commit comments

Comments
 (0)