0
|
1 |
|
|
2 |
Ensymble for PyS60 1.9.x
|
|
3 |
=========================
|
|
4 |
This is a modified version of ensymble for "Python for S60" that can be
|
|
5 |
downloaded from http://www.nbl.fi/~nbl928/ensymble.html.
|
|
6 |
|
|
7 |
This creates a sis package for PyS60 1.9.x.
|
|
8 |
|
|
9 |
|
|
10 |
Creating sis files with ensymble.py
|
|
11 |
===================================
|
|
12 |
Read ensymble-0.26/README or read the help message shown by ensymble.py.
|
|
13 |
|
|
14 |
NOTE: To execute ensymble.py on windows, download openssl.zip from here http://www.stunnel.org/download/binaries.html and extract the contents to
|
|
15 |
the directory in which ensymble.py is placed. Installing stunnel-x.exe
|
|
16 |
(available from the same link) may also be required.
|
|
17 |
|
|
18 |
|
|
19 |
Steps to create ensymble.py with a new stub exe
|
|
20 |
===============================================
|
|
21 |
|
|
22 |
1. Compile the source under python25-stub for 'armv5 urel' to produce the
|
|
23 |
stub exe.
|
|
24 |
|
|
25 |
2. Update the execstubdata variable in ensymble-0.26/cmd_py2sis.py with the
|
|
26 |
base-64-encoded form of stub exe.
|
|
27 |
|
|
28 |
3. Execute ensymble-0.26/install.sh to get a squeezed version of the tool.
|