mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
8223b66bf0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1244 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
737 B
XML
22 lines
737 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>-frontend, 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, run <command>make help</command>, to
|
|
install the documentation execute <command>make doc</command> and
|
|
<command>make examples</command> runs some tests on gocr.</para>
|
|
|
|
</sect2>
|