glfs/pst/scanning/gocr/gocr-inst.xml
Larry Lawrence 5e18c49cdd compound word edits, a2ps expanded intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1303 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-04 14:23:39 +00:00

27 lines
894 B
XML

<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 &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<para>To install the <acronym>GTK</acronym> front end, use the following commands:</para>
<screen><userinput><command>cd frontend/gnome &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<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>
</sect2>