From: g0vgs Date: Mon, 30 Jul 2001 22:31:19 +0000 (+0000) Subject: Updates to Installation Manual X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e075e9d00d74fd477c44db2b29eb3eac9d6d88a;p=spider.git Updates to Installation Manual --- diff --git a/Changes b/Changes index dadfdfad..95f3e6b4 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +30Jul01======================================================================= +1. changes to manuals to add links etc. (g0vgs) 23Jul01======================================================================= 1. made ann,dx spots,wwv,wcy,wx more 'object oriented'. 2. allow for 'enhanced clients' and tell them what sort of thing is being diff --git a/html/installation-1.html b/html/installation-1.html index 9179aa1a..c9dcbc38 100644 --- a/html/installation-1.html +++ b/html/installation-1.html @@ -54,8 +54,56 @@ following modules from Time-HiRes-01.20.tar.gz

-

Do get the latest versions of these packages and install them -but use the above list as the earliest versions usable. +

Copy the CPAN modules listed above to a convenient place on your computer. One good place would be /usr/local/packages, and the instructions which follow will assume that that's where you have put them. +

+

Log in as 'root', and make sure you're at '/root' before you continue. Here are exactly the commands you must issue next: - +

+

+# tar xvfz /usr/local/packages/Data-Dumper-2.10.tar.gz
+# cd Data-Dumper-2.10
+# perl Makefile.PL
+# make test
+# make install
+# cd ..
+#
+# tar xvfz /usr/local/packages/TimeDate-1.10.tar.gz
+# cd TimeDate-1.10
+# perl Makefile.PL
+# make test
+# make install
+# cd ..
+#
+# tar xvfz /usr/local/packages/IO-1.20.tar.gz
+# cd IO-1.20
+# perl Makefile.PL
+# make test
+# make install UNINST=1
+# cd ..
+#
+# tar xvfz /usr/local/packages/Net-Telnet-3.02.tar.gz
+# cd Net-Telnet-3.02
+# perl Makefile.PL
+# make test
+# make install
+# cd ..
+#
+# tar xvfz /usr/local/packages/Curses-1.05.tar.gz
+# cd Curses-1.05
+# perl Makefile.PL
+# make test
+# make install
+# cd ..
+#
+# tar xvfz /usr/local/packages/Time-HiRes-01.20.tar.gz 
+# cd Time-HiRes-01.20
+# perl Makefile.PL
+# make test
+# make install
+# cd ..
+
+

+

Do not fall into the trap of thinking they're all the same, just because they nearly are! Pay particular attention to the instructions of IO, above. +

1.2 Preparation

diff --git a/html/installation.html b/html/installation.html index 54bb2afb..59bc158d 100644 --- a/html/installation.html +++ b/html/installation.html @@ -16,7 +16,7 @@ Contents

The DXSpider Installation Manual v1.48

Iain Philipps, G0RDI (g0rdi@77hz.com) and -Ian Maude, G0VGS, (ianmaude@btinternet.com)

Version 1.48, July 2001 revision 1.0 +Ian Maude, G0VGS, (ianmaude@btinternet.com)Version 1.48, July 2001 revision 1.1


A reference for SysOps of the DXSpider DXCluster program.
diff --git a/sgml/installation.sgml b/sgml/installation.sgml index 41ab7915..280f4cdd 100644 --- a/sgml/installation.sgml +++ b/sgml/installation.sgml @@ -7,7 +7,7 @@ The DXSpider Installation Manual v1.48 Iain Philipps, G0RDI (g0rdi@77hz.com) and Ian Maude, G0VGS, (ianmaude@btinternet.com) -Version 1.48, July 2001 revision 1.0 +Version 1.48, July 2001 revision 1.1 A reference for SysOps of the DXSpider DXCluster program. @@ -55,8 +55,58 @@ following modules from