doc: added info on recipes. refernces #180

This commit is contained in:
ZenCODE 2016-11-26 12:23:43 +02:00
parent 6e545769a5
commit 382324fbcd

View file

@ -133,6 +133,15 @@ You can configure and customize your app in various ways:
the 'export_orientation' function in 'main.m'. The XCode orientation
settings should be set to support all.
Using recipes
-------------
Recipes are used to install and compile any libraries you may need to use. These
recipes follow the same format as those used by the [Python-for-Android]
(https://github.com/kivy/python-for-android) project. Please refer to their
[recipe documentation]
(https://python-for-android.readthedocs.io/en/latest/recipes/) for more details.
Reducing the application size
-----------------------------