summaryrefslogtreecommitdiff
path: root/docs/usermanual/installation.sgm
blob: ce1d07ba6fc0e4ce591c0b68715dc44fdee1dd10 (plain)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<chapter><title>Installation</title>
<section><title>&ipaq;</title>
<para>
To install &opie; on an &ipaq;, a recent Familiar installation will be needed. Go to
the Familiar project homepage (http://familiar.handhelds.org) to download the latest
version of the "bootstrap" image (do not install the bootstrap-opie or bootstrap-gpe
images). Follow the instructions on the Familiar website to install the image. Do not
install the task-complete or task-x packages as they are not needed to run &opie; and
will unnecessarily occupy space on the &ipaq;.
</para>

<para>
A network connection needs to be configured on the &ipaq; in order to download the
&opie; packages from the feed. The Familiar site provides instructions for connecting
to the Internet in a variety of ways. 
</para>

<para>
&opie; requires the libpng3 package to be installed. Prior to installing &opie;, ensure
that this package is installed. It is available in the Familiar feed and can be installed
by running this command:
<informalexample>
<literallayout>
     ipkg install libpng3
</literallayout>
</informalexample>
</para>

<note>
<para>
If you had QPE/QTopia installed previously, <emphasis>completely</emphasis> remove
it, and then remove the source line for that feed from your /etc/ipkg.conf file before
attempting to install &opie;.
</para>
</note>
<para>
Once you have Familiar installed (including libpng3), and the network connection
between the &ipaq; and the outside world, run the following command:
<informalexample>
<literallayout>
     echo src opie "http://opie.handhelds.org/feed/ipaq/unstable/" \
          >> /etc/ipkg.conf
</literallayout>
</informalexample>
then, run:
<informalexample>
<literallayout>
     ipkg update && ipkg install task-opie
</literallayout>
</informalexample>
If you have a 3100 or 3800 series &ipaq;, run:
<informalexample>
<literallayout>
     ipkg install libqt2-emb-fonts
</literallayout>
</informalexample>
finally, start &opie; with:
<informalexample>
<literallayout>
     /etc/init.d/opie start
</literallayout>
</informalexample>
</para>
</section>

<section><title>&zaurus;</title>
<para>
&opie; applications will install and run on the default &zaurus; ROM with no problems,
except for Launcher. It is not compatible with the default ROM, and should not be
installed.
</para>

<para>
Another option is to replace the default &zaurus; ROM with the OpenZaurus
ROM image. OpenZaurus is a openly developed Linux distribution designed to run on the
&zaurus;, and uses &opie; as its default user interface. For more information and
installation instructions, please visit their site, http://www.openzaurus.org/.
</para>
</section>
</chapter>