Update master

This commit is contained in:
Mathieu Virbel 2012-07-18 20:52:01 +03:00
parent 06d30e79d5
commit 1ff7c68b88

View file

@ -5,10 +5,13 @@ Kivy for IOS
#. Using brew, you can install dependencies::
brew install cython autoconf automake libtool pkg-config mercurial
brew install autoconf automake libtool pkg-config mercurial
brew link libtool
brew link mercurial
#. Install Cython (if you have pip, use it!)
pip install cython
#. Build the whole toolchain with `tools/build_all.sh`
#. Create an Xcode project for your application with `tools/create-xcode-project.sh test /path/to/app`
#. Open your newly created Xcode project