mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
5e18c49cdd
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1303 af4574ff-66df-0310-9fd7-8a98e5e911e0
27 lines
894 B
XML
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 &&
|
|
make &&
|
|
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 &&
|
|
./configure --prefix=/usr &&
|
|
make &&
|
|
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>
|