1 | PREFACE |
|
|
2 | ======= |
|
|
3 | |
|
|
4 | As of version 0.5, the psiconv package uses automake, autoconf and libtool. |
|
|
5 | This should make it possible to compile it on almost any architecture. |
|
|
6 | Of course, this all depends on whether I have isolated all possible |
|
|
7 | incompatibilities. If it does not compile for you, please send me a |
|
|
8 | bug report, with as much information as possible, or even patches if |
|
|
9 | you know what causes the problems. |
|
|
10 | |
|
|
11 | If your platform has no 32-bit integers (as int, long or long long), you |
|
|
12 | can forget about compiling libpsiconv. Sorry. |
|
|
13 | |
|
|
14 | There is no manpage yet for psiconv, but try `psiconv -h' for some help. |
|
|
15 | |
|
|
16 | The included format data text files are translated by `make all' from |
|
|
17 | Psion Word to HTML. This process should succeed with no warnings or |
|
|
18 | errors. If the translation is ended without problems, psiconv is probably |
|
|
19 | working right. |
|
|
20 | |
|
|
21 | |
|
|
22 | Basic Installation |
1 | Basic Installation |
23 | ================== |
2 | ================== |
24 | |
3 | |
25 | These are generic installation instructions. |
4 | These are generic installation instructions. |
26 | |
5 | |