]> andersk Git - splint.git/blobdiff - install.html
Changed the version from 3.1.1 to 3.1.0
[splint.git] / install.html
index e60411bafc0b87acc37ce2d8443a576429256939..a51f3e2c589dae980f0e3ec6e291c166ef5aaa64 100755 (executable)
@@ -34,16 +34,16 @@ Instructions:
   
 <li> 
 Download
-<a href="http://www.splint.org/downloads/splint-3.1.0.src.tgz"><em>http://www.splint.org/downloads/splint-3.1.0.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.1.0 subdirectory. 
+the tar file is extracted, it will create a splint-3.1.1 subdirectory. 
 <p>
-<li><tt>tar xzf splint-3.1.0.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.1.0</tt> (enter the extracted directory)
+<li><tt>cd splint-3.1.1</tt> (enter the extracted directory)
 <p>
 <li><tt>configure</tt>
   <blockquote>
@@ -71,10 +71,10 @@ If the build was successful, it then runs the test
 suite.  You should see:
 <blockquote>
 <pre>
-Testing splint 3.1.0...
+Testing splint 3.1.1...
 
 Version Info:
-Splint 3.1.0 --- 11 Feb 2002
+Splint 3.1.1 --- 11 Feb 2002
 
 Maintainer: splint-bug@splint.org
 
@@ -112,17 +112,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.1.0/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.1.0/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.1.0/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.146084 seconds and 4 git commands to generate.