mirror of https://github.com/kivy/kivy.git
add notes on packaging re py2/py3
This commit is contained in:
parent
62d4aa7312
commit
89ce3fbf62
|
@ -27,6 +27,11 @@ accomplish vibration, sensor access, texting etc. These, along with
|
|||
information on debugging on the device, are documented at the
|
||||
:doc:`main Android page </guide/android>`.
|
||||
|
||||
+-------------------------------------------------------------------------------------------------------------------+
|
||||
| NOTE: Currently, packages for Android can only be generated with Python 2.7. Python 3.3+ support is on the way... |
|
||||
+-------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
|
||||
.. _Buildozer:
|
||||
|
||||
Buildozer
|
||||
|
|
|
@ -18,6 +18,10 @@ The overall process for creating a package for IOS can be explained in 4 steps:
|
|||
|
||||
This process has been tested with Xcode 4.2.
|
||||
|
||||
+---------------------------------------------------------------------------------------------------------------+
|
||||
| NOTE: Currently, packages for iOS can only be generated with Python 2.7. Python 3.3+ support is on the way... |
|
||||
+---------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Prerequisites
|
||||
-------------
|
||||
|
||||
|
|
|
@ -8,6 +8,10 @@ MacOSX 10.6, using the portable package of Kivy.
|
|||
The package will only work for the 64 bit MacOSX. We no longer support 32 bit
|
||||
MacOSX platforms.
|
||||
|
||||
+---------------------------------------------------------------------------------------------------------------+
|
||||
| NOTE: Currently, packages for OSX can only be generated with Python 2.7. Python 3.3+ support is on the way... |
|
||||
+---------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. _mac_osx_requirements:
|
||||
|
||||
Requirements
|
||||
|
|
|
@ -8,6 +8,10 @@ package of Kivy.
|
|||
The package will be either 32 or 64 bits depending on which version of Python
|
||||
you ran it with.
|
||||
|
||||
+-------------------------------------------------------------------------------------------------------------------+
|
||||
| NOTE: Currently, packages for Windows can only be generated with Python 2.7. Python 3.3+ support is on the way... |
|
||||
+-------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. _packaging-windows-requirements:
|
||||
|
||||
Requirements
|
||||
|
|
|
@ -20,6 +20,11 @@ be available. For these, we recommend `Pygame <http://pygame.org>`_, `Gst-Python
|
|||
<http://www.gstreamer.net/modules/gst-python.html>`_ and `Enchant
|
||||
<http://www.rfk.id.au/software/pyenchant/>`_, respectively.
|
||||
|
||||
+--------------------------------------------------------------------------------------------------------------------------+
|
||||
| NOTE: Currently, packaging only works with Python 2.7. We are working on Python 3.3+ support, but for now if you plan to |
|
||||
| distribute your package on any platform you should use Python 2.7. |
|
||||
+--------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Other optional libraries (mutually independent) are:
|
||||
|
||||
* `OpenCV 2.0 <http://sourceforge.net/projects/opencvlibrary/>`_ -- Camera input.
|
||||
|
|
Loading…
Reference in New Issue