forked from nonameentername/python-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
30 lines (23 loc) · 983 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Reference:
http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html
http://pygame.renpy.org/
./bootstrap.sh
Downloads Python-2.7.2 source
patches Python for android
builds hostpython and hostpgen
./build.sh
builds python library for android
./package.sh
installs python on android device //thanks to anthony prieur
current status:
Python build finished, but the necessary bits to build these modules were not found:
_bsddb _curses _curses_panel
_ssl _tkinter bsddb185
bz2 dbm dl
gdbm imageop linuxaudiodev
nis ossaudiodev readline
sunaudiodev zlib
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
Failed to build these modules:
_ctypes_test _locale audioop
crypt grp spwd