Mercurial > hg > xemacs-beta
comparison nt/installer/Wise/README @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 74fd4e045ea6 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
1 To use: | |
2 | |
3 You need to build and install the XEmacs distribution. Also you need | |
4 the xemacs packages in both source and installed versions. | |
5 | |
6 Edit "dirs.py" to reflect the locations of the above components. | |
7 | |
8 Edit "version.py" to reflect the current version, as well as the | |
9 welcome message. | |
10 | |
11 Run | |
12 python pre_wise.py > xemacs-XXX.wse | |
13 | |
14 (for XXX use a version or date code of your choosing) | |
15 | |
16 Run | |
17 cmd /c xemacs-XXX.wse | |
18 | |
19 to produce xemacs-XXX.exe | |
20 | |
21 | |
22 "pre_wise.py" is a preprocessor for the Wise installer maker. It | |
23 reads "xemacs.tmpl" which is a Wise input file, except that certain | |
24 portions are enclosed in triple angle brackets <<<like this>>> | |
25 | |
26 These portions are evaluated as Python expressions and replaced by the | |
27 string representations of the resulting value. This allows for | |
28 things to change from release to release without having to re-do the | |
29 Wise installation each time. Also it keeps you from having to | |
30 manually drag-n-drop all the package files, which is rather tedious! | |
31 |