]> andersk Git - splint.git/blobdiff - install.html
noexpand always false.
[splint.git] / install.html
index 2f1a7a50f9b7e43a49a95277b5d952c0ae34c927..e4ff5fee36e698692317bab8e4b892ed168bfd8d 100755 (executable)
@@ -34,16 +34,16 @@ Instructions:
   
 <li> 
 Download
-<a href="http://www.splint.org/downloads/splint-3.0.1.7.src.tgz"><em>http://www.splint.org/downloads/splint-3.0.1.7.tgz</em></a>.
+<a href="http://www.splint.org/downloads/splint-3.1.1.src.tgz"><em>http://www.splint.org/downloads/splint-3.1.1.tgz</em></a>.
  
 </a> (the latest stable release).  
 <p>
 Copy this package to the directory where you want to build Spint.  When
-the tar file is extracted, it will create a splint-3.0.1.7 subdirectory. 
+the tar file is extracted, it will create a splint-3.1.1 subdirectory. 
 <p>
-<li><tt>tar xzf splint-3.0.1.7.src.tgz</tt> (extract files from the archive)
+<li><tt>tar xzf splint-3.1.1.src.tgz</tt> (extract files from the archive)
 <p>
-<li><tt>cd splint-3.0.1.7</tt> (enter the extracted directory)
+<li><tt>cd splint-3.1.1</tt> (enter the extracted directory)
 <p>
 <li><tt>configure</tt>
   <blockquote>
@@ -60,22 +60,17 @@ GNU's make utility is required; it may be named
    so you can scroll through the output.
 <p>
 This builds Splint.  While it is building, subscribe to the
-lclint-announce mailing list by sending a message to <a
-href="mailto:majordomo@virginia.edu"><em>majordomo@virginia.edu</em></a>
-containing the body:
-<pre>
-     subscribe lclint-announce
-     </pre>
+splint-announce mailing list by visiting
+http://www.splint.org/lists.html
 <p>
 If the build was successful, it then runs the test
 suite.  You should see:
 <blockquote>
 <pre>
-Testing splint 3.0.1.7...
+Testing splint 3.1.1...
 
 Version Info:
-Splint 3.0.1.7 --- 11 Feb 2002
-
+Splint 3.1.1 --- 11 Feb 2002
 Maintainer: splint-bug@splint.org
 
 <em>... (about 100 lines of test output elided)</em>
@@ -112,17 +107,17 @@ configure).
 <blockquote>
 <tt>LARCH_PATH</tt> - path to search for splint libraries and
 initializations files. If you are using the standard directories, this
-should be <tt>.:<em>base-directory</em>/splint-3.0.1.7/lib</tt>.
+should be <tt>.:<em>base-directory</em>/splint-3.1.1/lib</tt>.
 <p>
 <tt>LCLIMPORTDIR</tt> - directory containing lcl imports files. If you are using
-the standard directories, this is <tt><em>base-directory</em>/splint-3.0.1.7/imports</tt>.
+the standard directories, this is <tt><em>base-directory</em>/splint-3.1.1/imports</tt>.
 </blockquote>
 Put the commands to set these variables (the actual commands will depend
 on the shell you are using) in one of your initialization dotfiles
 (usually <tt>~/.environment</tt>). 
 <p>
 Set up your <tt>PATH</tt> to include the directory containing
-<tt>splint-3.0.1.7/bin/splint</tt>, or move the binary to a directory on
+<tt>splint-3.1.1/bin/splint</tt>, or move the binary to a directory on
 your command path.
 <p>
 </blockquote>
This page took 0.367585 seconds and 4 git commands to generate.