]> andersk Git - splint.git/blame - doc/linux.html
Changed the version from 3.1.1 to 3.1.0
[splint.git] / doc / linux.html
CommitLineData
6e3f87f6 1<html>
2<head>
3<link rel="stylesheet" type="text/css" href="http://www.splint.org/splint.css" title="style1">
4<title>Splint Linux Installation</title>
5</head>
6<body>
7<!--#include virtual="header.html"-->
8
9
10<center><h2>
11Linux Installation
12</h2></center>
13
14<p>
15
16<p>
17Instructions for installing Splint using the linux binary installation:
18<ol>
19
20<li> Download
21<a
36ba812d 22href="http://www.splint.org/downloads/binaries/splint-3.1.1.Linux.tgz"><em>
23http://www.splint.org/downloads/binaries/splint-3.1.1.Linux.tgz
6e3f87f6 24</em></a>
25<p>
26
27<p>
36ba812d 28<li> <tt>tar -xzf splint-3.1.1.Linux.tgz</tt>
6e3f87f6 29<blockquote>
36ba812d 30This will create a splint-3.1.1 directory, containing several
31subdirectories. The file <tt>splint-3.1.1/bin/splint</tt> is the Splint binary.
6e3f87f6 32</blockquote>
33<p>
34
35 <li>Subscribe to the lclint-announce mailing list by sending a message
36to <a
37href="mailto:majordomo@virginia.edu"><em>majordomo@virginia.edu</em></a>
38containing the body:
39<pre>
40 subscribe lclint-announce
41 </pre>
42</ol>
43
44To install Splint binaries and libraries in a different directory (optional):
45
46<blockquote>
47<ol start=4>
48<li> <tt>./configure --prefix=<em>directory</em></tt>
49
50<li> <tt> make install</tt>
51
52<blockquote>
53GNU's make utility is required; it may be named
54<tt>gmake</tt> or <tt>gnumake</tt> on your system.
55</blockquote>
56
57
58<li>Set environment variables:
59<blockquote>
60<tt>LARCH_PATH</tt> - path to search for splint libraries and
61initializations files. If you are using the standard directories, this
36ba812d 62should be <em>".:base-directory/splint-3.1.1/lib"</em>.
6e3f87f6 63<p>
64<tt>LCLIMPORTDIR</tt> - directory containing lcl imports files. If you are using
36ba812d 65the standard directories, this is <em>base-directory/splint-3.1.1/imports</em>.
6e3f87f6 66
67<p>
68
69If you followed step 4 above set <tt>LARCH_PATH</tt> to
70<tt><em>directory</em>/share/splint/lib</em></tt> and <tt>LCLIMPORTDIR</tt> to
71<tt><em>directory</e>/share/splint/import</em></tt> instead.
72
73</blockquote>
74</p>
75
76Put the commands to set these variables (the actual commands will depend
77on the shell you are using) in one of your initialization dotfiles
78(usually <tt>~/.environment</tt>).
79<p>
80Set up your command path to include the directory containing
36ba812d 81<tt>splint-3.1.1/bin/splint</tt>, or move the binary to a directory in
6e3f87f6 82your command path.
83<p>
84
85</ol>
86<p>
87</blockquote>
88</blockquote>
89
90<p>
91<!--#include virtual="footer.html"-->
This page took 0.060544 seconds and 5 git commands to generate.