From e3323696171fadafab2e78ee87dcbcebba7f3cf0 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 6 Dec 2011 18:18:42 +0100 Subject: [PATCH] Add a little README file --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..1fa9cc4 --- /dev/null +++ b/README.rst @@ -0,0 +1,9 @@ +Kivy for IOS +============ + +(This is a work in progress.) + +#. Build the whole toolchain with ./build_all.sh +#. Copy your kivy/python application inside app/YourApp (the main.py must end in app/YourApp/main.py) +#. Open Xcode, and select the app/iOS-python-test.xcodeproj project +#. Click on Run