mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
o Updated procps URL.
o Took out hard-coded versioning in ncurses command explanation. o Updated the Changelog after chapter swap. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2204 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
31538f6819
commit
c7188a2eca
@ -2,7 +2,7 @@
|
||||
<title>Official Download Location</title>
|
||||
|
||||
<para><literallayout>Procps (&procps-version;):
|
||||
<ulink url="ftp://people.redhat.com/johnsonm/procps/"/>
|
||||
<ulink url="http://procps.sourceforge.net/"/>
|
||||
|
||||
Procps Patch (&procps-patch-version;):
|
||||
<ulink url="&ftp;/"/>
|
||||
|
@ -41,6 +41,9 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>October 23rd, 2002 [timothy]: Swapped chapter03 and
|
||||
chapter04.</para></listitem>
|
||||
|
||||
<listitem><para>October 23rd, 2002 [timothy]: Chapter 02: Removed "Where
|
||||
to store the downloaded software" and "How to install the software"
|
||||
sections.</para></listitem>
|
||||
|
@ -4,9 +4,9 @@
|
||||
<para><userinput>--with-shared:</userinput> This enables the build of the
|
||||
shared ncurses library files.</para>
|
||||
|
||||
<para><userinput>chmod 755 *.5.3:</userinput> Shared libraries should be
|
||||
executable. Ncurses's install routine doesn't set the permissions
|
||||
properly so we do it manually instead.</para>
|
||||
<para><userinput>chmod 755 /usr/lib/*.&ncurses-version;:</userinput> Shared
|
||||
libraries should be executable. Ncurses's install routine doesn't set the
|
||||
permissions properly so we do it manually instead.</para>
|
||||
|
||||
<para><userinput>ln -sf libncurses.a libcurses.a:</userinput> Some
|
||||
programs try to link using -lcurses instead of -lncurses. This symlink
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
<!ENTITY book SYSTEM "book/book.xml">
|
||||
|
||||
<!ENTITY version "20021023">
|
||||
<!ENTITY releasedate "October 23rd, 2002">
|
||||
<!ENTITY version "20021024">
|
||||
<!ENTITY releasedate "October 24th, 2002">
|
||||
|
||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||
|
Loading…
Reference in New Issue
Block a user