X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/eb6e18382a4fb06c677bc9cf31131ed1481497a9..1fe380758e91c3ec4dec7ace74398ab6ff520039:/install.html diff --git a/install.html b/install.html index b13e1ec..e60411b 100755 --- a/install.html +++ b/install.html @@ -34,16 +34,16 @@ Instructions:
  • Download -http://www.splint.org/downloads/splint-3.0.1.1.src.tgz. +http://www.splint.org/downloads/splint-3.1.0.tgz. (the latest stable release).

    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.1 subdirectory. +the tar file is extracted, it will create a splint-3.1.0 subdirectory.

    -

  • tar xzf splint-3.0.1.1.src.tgz (extract files from the archive) +
  • tar xzf splint-3.1.0.src.tgz (extract files from the archive)

    -

  • cd splint-3.0.1.1 (enter the extracted directory) +
  • cd splint-3.1.0 (enter the extracted directory)

  • configure
    @@ -71,12 +71,12 @@ If the build was successful, it then runs the test suite. You should see:
    -Testing splint 3.0.1.1...
    +Testing splint 3.1.0...
     
     Version Info:
    -Splint 3.0.1.1 --- 08 Jan 2002
    +Splint 3.1.0 --- 11 Feb 2002
     
    -Maintainer: splint-bug@cs.virginia.edu
    +Maintainer: splint-bug@splint.org
     
     ... (about 100 lines of test output elided)
     
    @@ -93,10 +93,13 @@ Checking db3...
     Examine the test output. If there are errors, send a bug report to splint-bug@cs.virginia.edu.
     
    +
    +Note: If possible do not built splint in a directory under /usr/. If the test suite is run in a directory under /usr/ for example /usr/src/, it will report errors even if Splint was built correctly. +

    -The remaining steps are only necessary ff you want to install the Splint +The remaining steps are only necessary if you want to install the Splint binary and libraries in a different directory (set when you ran configure).

    @@ -109,17 +112,17 @@ configure).

    LARCH_PATH - path to search for splint libraries and initializations files. If you are using the standard directories, this -should be .:base-directory/splint-3.0.1/lib. +should be .:base-directory/splint-3.1.0/lib.

    LCLIMPORTDIR - directory containing lcl imports files. If you are using -the standard directories, this is base-directory/splint-3.0.1/imports. +the standard directories, this is base-directory/splint-3.1.0/imports.

    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 ~/.environment).

    Set up your PATH to include the directory containing -splint-3.0.1/bin/splint, or move the binary to a directory on +splint-3.1.0/bin/splint, or move the binary to a directory on your command path.