mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Add a command to the GPM instructions to create the missing configure script
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10878 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
32e18b077b
commit
84591787f9
@ -3,14 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "12"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2012">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "December 5th, &year;">
|
||||
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
|
||||
<!ENTITY releasedate "December 9th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
|
@ -85,25 +85,26 @@
|
||||
<para>Install <application>GPM</application> by running
|
||||
the following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
<screen><userinput>./autogen.sh &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
<screen role="root"><userinput>make install &&
|
||||
|
||||
install-info --dir-file=/usr/share/info/dir \
|
||||
/usr/share/info/gpm.info &&
|
||||
install-info --dir-file=/usr/share/info/dir \
|
||||
/usr/share/info/gpm.info &&
|
||||
|
||||
ln -v -sfn libgpm.so.2.1.0 /usr/lib/libgpm.so &&
|
||||
install -v -m644 conf/gpm-root.conf /etc &&
|
||||
ln -v -sfn libgpm.so.2.1.0 /usr/lib/libgpm.so &&
|
||||
install -v -m644 conf/gpm-root.conf /etc &&
|
||||
|
||||
install -v -m755 -d /usr/share/doc/gpm-&gpm-version; &&
|
||||
chmod -v 755 doc/support &&
|
||||
chmod -v 644 doc/{support/*,FAQ,HACK_GPM,README*} &&
|
||||
cp -v -R doc/{FAQ,HACK_GPM,README*,support} \
|
||||
install -v -m755 -d /usr/share/doc/gpm-&gpm-version;/support &&
|
||||
install -v -m644 doc/support/* \
|
||||
/usr/share/doc/gpm-&gpm-version;/support &&
|
||||
install -v -m644 doc/{FAQ,HACK_GPM,README*} \
|
||||
/usr/share/doc/gpm-&gpm-version;</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
@ -111,6 +112,9 @@ cp -v -R doc/{FAQ,HACK_GPM,README*,support} \
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>./autogen.sh</command>: This command creates the missing
|
||||
<command>configure</command> script.</para>
|
||||
|
||||
<para><command>install-info ...</command>: This package installs an
|
||||
<filename class="extension">.info</filename> file, but does not update the
|
||||
system <filename>dir</filename> file. This command makes the update.</para>
|
||||
@ -146,7 +150,7 @@ cp -v -R doc/{FAQ,HACK_GPM,README*,support} \
|
||||
<command>gpm-root</command> configuration files.</para>
|
||||
|
||||
<para><filename>/etc/sysconfig/mouse</filename>:
|
||||
This file contains the name of your mouse device and the protocol which
|
||||
This file contains the name of your mouse device and the protocol
|
||||
it uses. To create this file, run the following as the
|
||||
<systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
<title>Change Log</title>
|
||||
|
||||
<para>Please note that the Change Log only lists which editor was
|
||||
<!-- <para>Please note that the Change Log only lists which editor was
|
||||
responsible for putting the changes into SVN; please read the
|
||||
<xref linkend="credits"/> page in Chapter 1 for details on
|
||||
who wrote what.</para>
|
||||
who wrote what.</para> -->
|
||||
|
||||
<para>Current release: &version; – &releasedate;</para>
|
||||
|
||||
@ -43,6 +43,17 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>December 9th, 2012</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Add a command to the GPM instructions to create the
|
||||
missing configure script. Fixes
|
||||
<ulink url="&blfs-ticket-root;3681">#3681</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>December 5th, 2012</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user