mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
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:
parent
8e6d39f1c5
commit
a4abbd7cf7
@ -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 &&
|
||||
<para><screen><userinput>patch -Np1 -i ../wvstreams-3.70-syntax.patch &&
|
||||
make PREFIX=/usr &&
|
||||
make PREFIX=/usr install</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<para>Install wvdial by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>make PREFIX=/usr &&
|
||||
<para><screen><userinput>make PREFIX=/usr LDFLAGS="-lcrypt" &&
|
||||
make PREFIX=/usr install &&</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user