forked from MoSync/MoSync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
64 lines (40 loc) · 1.51 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Makesis 4
This is a tool for generating sis files, conforming to the new sis file format
used in Symbian 9. (The specification of this format is available in
http://developer.symbian.com/main/downloads/papers/SymbianOSv91/softwareinstallsis.pdf).
It is based on the original modified makesis 2.0.0 release; the parser and the
rest of the front end of the tool is modified to handle the new pkg file format,
the SIS file generation back end is completely replaced with new code.
The parts descending from the original makesis release from Symbian is licensed
according to the Symbian Example Source License (see License.txt), the new
parts written from scratch are licensed according to the LGPL (see COPYING).
This version of makesis can sign the sis directly using a built-in selfsigned
certificate, using the switch -c. This should only be used under development,
you should preferrably sign the sis for distribution with a certificate of
your own.
This also includes a signsis replacement, and a small makekeys tool which
acts as a wrapper for the openssl commandline tool for generating keys
and certificates.
Martin Storsjö
===============
Original README
makesis was ported to Linux week 29 in 2003 during the DebCamp in Oslo.
PLATFORMS
architectures:
x86
operating systems:
Debian GNU/Linux (kernel 2.6.0-test1)
compilers that work:
gcc-2.95.4
gcc-3.2
gcc-3.3
CREDITS
The WINE project :)
Unicode org
Symbian Ltd.
Alfred E. Heggestad
Paul Sladen
John Pagonis
David Mery
Marius Kotsbak