wvstreams and wvdial instruction changes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@845 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-04-12 18:17:01 +00:00
parent 8e6d39f1c5
commit a4abbd7cf7
5 changed files with 12 additions and 5 deletions

View File

@ -1,9 +1,12 @@
<sect2>
<title>Installation of wvstreams</title>
<para>Download the wvstreams patch from <ulink url="&hfile-root;"/>.</para>
<para>Install wvstreams by running the following commands:</para>
<para><screen><userinput>make PREFIX=/usr &amp;&amp;
<para><screen><userinput>patch -Np1 -i ../wvstreams-3.70-syntax.patch &amp;&amp;
make PREFIX=/usr &amp;&amp;
make PREFIX=/usr install</userinput></screen></para>
</sect2>

View File

@ -3,7 +3,7 @@
<para>Install wvdial by running the following commands:</para>
<para><screen><userinput>make PREFIX=/usr &amp;&amp;
<para><screen><userinput>make PREFIX=/usr LDFLAGS="-lcrypt" &amp;&amp;
make PREFIX=/usr install &amp;&amp;</userinput></screen></para>
</sect2>

View File

@ -6,7 +6,7 @@ language. Modules utilized by packages throughout BLFS are listed here
along with their dependencies.</para>
<screen><ulink url="http://search.cpan.org/CPAN/authors/id/C/CS/CSOE/PDL-&PDL-version;.tar.gz">PDL-&PDL-version;</ulink>
<ulink url="http://search.cpan.org/CPAN/authors/id/A/AA/AALLAN/Astro-FITS-Header-Astro-FITS-Header-version;.tar.gz">Astro-FITS-Header-&Astro-FITS-Header-version;</ulink>
<ulink url="http://search.cpan.org/CPAN/authors/id/A/AA/AALLAN/Astro-FITS-Header-&Astro-FITS-Header-version;.tar.gz">Astro-FITS-Header-&Astro-FITS-Header-version;</ulink>
<ulink url="http://search.cpan.org/CPAN/authors/id/L/LU/LUPUS/Gtk-Perl-&Gtk-Perl-version;.tar.gz">Gtk-Perl-&Gtk-Perl-version;</ulink>
<ulink url="http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG/XML-Writer-&XML-Writer-version;.tar.gz">XML-Writer-&XML-Writer-version;</ulink>
<ulink url="http://search.cpan.org/CPAN/authors/id/C/CO/COOPERCL/XML-Parser-&XML-Parser-version;.tar.gz">XML-Parser-&XML-Parser-version;</ulink>

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "20030411">
<!ENTITY releasedate "April 11th, 2003">
<!ENTITY version "20030412">
<!ENTITY releasedate "April 12th, 2003">
<!ENTITY % book SYSTEM "book/book.ent">
<!ENTITY % preface SYSTEM "preface/preface.ent">

View File

@ -10,6 +10,10 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>April 12th 2003 [larry]: modified instructions for
wvstreams and wvdial as submitted by Alexander E.
Patrakov.</para></listitem>
<listitem><para>April 10th, 2003 [larry]: updated to slang-1.4.9 as
current file pointers did not work.</para></listitem>