minor alterations to manuals
[spider.git] / html / install.html
index 38bb4c3b714547478c8f6db46237e2ba73e8b588..0e975c34d552fd86931211f8ad7ce505900a7566 100644 (file)
@@ -5,6 +5,8 @@
        <meta name="Keywords" content="DX Cluster, DXSpider, Spider, Packet Cluster, DXCluster, Pavillion Software, AK1A, AX25, AX.25, WWV, Packet Radio, Amateur Radio, Propagation, DX, DXing, G1TLH, GB7TLH, Dirk Koopman, Mailing list, Linux, RedHat, PERL">
        <meta name="Description" content="Software and systems for realtime digital communications between amateur radio stations for the provision of information on propagation conditions and stations operating">
        <meta name="Author" content="Dirk Koopman G1TLH">
+    <link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
+
   </HEAD>
 
   <body TEXT="#000000" LINK="#0000ff" VLINK="#800080" BGCOLOR="#FFFFFF">
@@ -17,7 +19,7 @@
        <address><A HREF="mailto:ip@g8sjp.demon.co.uk">Iain Phillips G0RDI</A></address>
 <!-- Created: Wed Dec  2 16:40:25 GMT 1998 -->
 <!-- hhmts start -->
-Last modified: Sun Nov 21 22:29:25 GMT 1999
+Last modified: Sun Aug  6 10:00:05 BST 2000
 <!-- hhmts end -->
        <P>This HOWTO describes the installation for DX Spider v1.30 on a "vanilla" 
          <A href="http://www.redhat.com">RedHat</A> 5.1 platform, 
@@ -44,7 +46,7 @@ Last modified: Sun Nov 21 22:29:25 GMT 1999
                <a href="http://www.cpan.org/modules/by-module/Date/TimeDate-1.08.tar.gz">TimeDate-1.08.tar.gz</a><BR>
                <a href="http://www.cpan.org/modules/by-module/IO/IO-1.20.tar.gz">IO-1.20.tar.tgz</a><BR>
                <a href="http://www.cpan.org/modules/by-module/Net/Net-Telnet-3.02.tar.gz">Net-Telnet-3.02.tar.gz</a><BR>
-               <a href="http://www.cpan.org/modules/by-module/Curses/Curses-1.02.tar.gz">Curses-1.02.tar.gz</a><BR>
+               <a href="http://www.cpan.org/modules/by-module/Curses/Curses-1.05.tar.gz">Curses-1.05.tar.gz</a><BR>
         <a href="http://www.cpan.org/modules/by-module/Time/Time-HiRes-01.20.tar.gz">Time::Hires</a>
        </DIR>
 
@@ -106,14 +108,14 @@ Last modified: Sun Nov 21 22:29:25 GMT 1999
 # cd ..
 #
 # tar xvfz /usr/local/packages/Net-Telnet-3.02.tar.gz
-# cd Net-Telnet-3.01
+# cd Net-Telnet-3.02
 # perl Makefile.PL
 # make test
 # make install
 # cd ..
 #
-# tar xvfz /usr/local/packages/Curses-1.02.tar.gz
-# cd Curses-1.02
+# tar xvfz /usr/local/packages/Curses-1.05.tar.gz
+# cd Curses-1.05
 # perl Makefile.PL
 # make test
 # make install