[Orca-checkins] r335 - trunk/orca

Blair Zajac blair at orcaware.com
Sat Jun 5 23:16:29 PDT 2004


Author: blair
Date: Sat Jun  5 23:12:42 2004
New Revision: 335

Modified:
   trunk/orca/INSTALL
Log:
* INSTALL (Determine which Perl modules need compiling and installing):
  When instructing how to install Perl modules, add 'UNINST=1' to the
  'make install' command to have the install remove files associated
  with older versions of the Perl module being installed.


Modified: trunk/orca/INSTALL
==============================================================================
--- trunk/orca/INSTALL	(original)
+++ trunk/orca/INSTALL	Sat Jun  5 23:12:42 2004
@@ -202,7 +202,7 @@
       % perl Makefile.PL
       % make
       % make test
-      % make install
+      % make install UNINST=1
 
     Date::Parse
 
@@ -213,7 +213,7 @@
       % perl Makefile.PL
       % make
       % make test
-      % make install
+      % make install UNINST=1
 
     Devel::DProf
 
@@ -224,7 +224,7 @@
       % perl Makefile.PL
       % make
       % make test
-      % make install
+      % make install UNINST=1
 
     Digest::MD5
 
@@ -235,7 +235,7 @@
       % perl Makefile.PL
       % make
       % make test
-      % make install
+      % make install UNINST=1
 
     Math::IntervalSearch
 
@@ -246,7 +246,7 @@
       % perl Makefile.PL
       % make
       % make test
-      % make install
+      % make install UNINST=1
 
     RRDs
 
@@ -261,7 +261,7 @@
       % make
       % cd perl-shared
       % make test
-      % make install
+      % make install UNINST=1
 
       For large installations, I recommend that RRDs be compiled with
       optimization turned on.
@@ -275,7 +275,7 @@
       % perl Makefile.PL
       % make
       % make test
-      % make install
+      % make install UNINST=1
 
     Time::HiRes
 
@@ -286,7 +286,7 @@
       % perl Makefile.PL
       % make
       % make test
-      % make install
+      % make install UNINST=1
 
     version
 
@@ -297,7 +297,7 @@
       % perl Makefile.PL
       % make
       % make test
-      % make install
+      % make install UNINST=1
 
  5) Make Orca and any necessary Perl modules.
 



More information about the Orca-checkins mailing list