Skip to content

Clarify recipes #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 5, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/source/recipes.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down