2003-09-30 09:02:16 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>GOCR</application></title>
|
|
|
|
|
|
|
|
<para>Install <application>GOCR</application> by running the following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
|
|
|
|
2003-10-04 22:23:39 +08:00
|
|
|
<para>To install the <acronym>GTK</acronym> front end, use the following commands:</para>
|
2003-09-30 09:02:16 +08:00
|
|
|
|
|
|
|
<screen><userinput><command>cd frontend/gnome &&
|
|
|
|
./configure --prefix=/usr &&
|
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
|
|
|
|
2003-10-01 00:06:59 +08:00
|
|
|
<para>To install the help:</para>
|
|
|
|
<screen><userinput><command>make help</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>To install the documentation:</para>
|
|
|
|
<screen><userinput><command>make doc</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>To run tests on <application>GOCR</application>:</para>
|
|
|
|
<screen><userinput><command>make examples</command></userinput></screen>
|
2003-09-30 09:02:16 +08:00
|
|
|
|
|
|
|
</sect2>
|