diff --git a/docs/source/recipes.rst b/docs/source/recipes.rst index cfce60f42b..8e24de7f5b 100644 --- a/docs/source/recipes.rst +++ b/docs/source/recipes.rst @@ -1,8 +1,10 @@ Available modules ================= -List of available modules: jpeg pil png sdl sqlite3 pygame kivy android -libxml2 libxslt lxml ffmpeg openssl chipmunk zope twisted +List of available recipes: android audiostream cymunk docutils ffmpeg +hostpython jpeg kivy kivy_stable libxml2 libxslt lxml mysql_connector +openssl pil png pyasn1 pycrypto pygame pyjnius pylibpd pyopenssl +pyqrcode python sdl setuptools sqlite3 twisted txws wokkel zope The up-to-date list is available at: https://github.com/kivy/python-for-android/tree/master/recipes diff --git a/docs/source/usage.rst b/docs/source/usage.rst index f7eebbdd71..20b5256c27 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -12,11 +12,13 @@ After a long time, you'll get a "dist/default" directory containing all the comp libraries and build.py script to package your application using thoses libraries. -You can include other libraries to compile using `-m`:: +You can include other modules (or "recipes") to compile using `-m`:: ./distribute.sh -m "openssl pyjnius kivy" ./distribute.sh -m "pil ffmpeg pyjnius kivy" +For a full list, refer to :ref:`recipes` + Available options to `distribute.sh`:: -d directory Name of the distribution directory