glfs/general/sysutils/gpm/gpm-inst.xml

25 lines
579 B
XML
Raw Normal View History

<sect2>
<title>Installation of gpm</title>
<para>Install gpm by running the following commands:</para>
<note><para>The LDFLAGS environment variable must be set before
configuring gpm.</para></note>
<para><screen><userinput>export LDFLAGS="-lm" &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>
<sect2>
<title>Command explanations</title>
<para><userinput>export LDFLAGS="-lm": </userinput>The math library
must be linked with gpm, as ceil() is used in some cursor scrolling
logic.</para>
</sect2>