mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 16:07:23 +08:00
14ad2d8561
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1804 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
560 B
XML
15 lines
560 B
XML
<sect2>
|
|
<title>Installation of <application><acronym>GPM</acronym></application></title>
|
|
|
|
<para>Install <application><acronym>GPM</acronym></application> by running the following commands:
|
|
</para>
|
|
|
|
<screen><userinput><command>patch -Np1 -i ../gpm-1.20.1-segfault.patch &&
|
|
patch -Np1 -i ../gpm-1.20.1-silent.patch &&
|
|
LDFLAGS="-lm" ./configure --prefix=/usr --sysconfdir=/etc &&
|
|
make &&
|
|
make install &&
|
|
cp conf/gpm-root.conf /etc &&
|
|
ldconfig -n -l /usr/lib/libgpm.so.1.19.0</command></userinput></screen>
|
|
</sect2>
|