doc: added info on recipes. refernces #180
This commit is contained in:
parent
6e545769a5
commit
382324fbcd
1 changed files with 10 additions and 1 deletions
|
@ -133,6 +133,15 @@ You can configure and customize your app in various ways:
|
||||||
the 'export_orientation' function in 'main.m'. The XCode orientation
|
the 'export_orientation' function in 'main.m'. The XCode orientation
|
||||||
settings should be set to support all.
|
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
|
Reducing the application size
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue