Skip to content

Commit 5bcbe04

Browse files
committed
Merge pull request kivy#92 from artagnon/master
Clarify recipes
2 parents 6e65534 + 6acfa3e commit 5bcbe04

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/source/recipes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Available modules
22
=================
33

4-
List of available modules: jpeg pil png sdl sqlite3 pygame kivy android
5-
libxml2 libxslt lxml ffmpeg openssl chipmunk zope twisted
4+
List of available recipes: android audiostream cymunk docutils ffmpeg
5+
hostpython jpeg kivy kivy_stable libxml2 libxslt lxml mysql_connector
6+
openssl pil png pyasn1 pycrypto pygame pyjnius pylibpd pyopenssl
7+
pyqrcode python sdl setuptools sqlite3 twisted txws wokkel zope
68

79
The up-to-date list is available at:
810
https://github.com/kivy/python-for-android/tree/master/recipes

docs/source/usage.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ After a long time, you'll get a "dist/default" directory containing all the comp
1212
libraries and build.py script to package your application using thoses
1313
libraries.
1414

15-
You can include other libraries to compile using `-m`::
15+
You can include other modules (or "recipes") to compile using `-m`::
1616

1717
./distribute.sh -m "openssl pyjnius kivy"
1818
./distribute.sh -m "pil ffmpeg pyjnius kivy"
1919

20+
For a full list, refer to :ref:`recipes`
21+
2022
Available options to `distribute.sh`::
2123

2224
-d directory Name of the distribution directory

0 commit comments

Comments
 (0)