diff options
Diffstat (limited to 'www/analyzer/installation.html')
| -rw-r--r-- | www/analyzer/installation.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/analyzer/installation.html b/www/analyzer/installation.html index 54a5da51adcf..6a855999c5ff 100644 --- a/www/analyzer/installation.html +++ b/www/analyzer/installation.html @@ -23,7 +23,7 @@ get started analyzing your code.</p> <h2>Packaged Builds (Mac OS X)</h2> <p>Semi-regular pre-built binaries of the analyzer are available on Mac -OS X. These are built to run on Mac OS 10.5 and later.</p> +OS X. These are built to run on OS X 10.7 and later.</p> <p>Builds are released frequently. Often the differences between build numbers being a few bug fixes or minor feature improvements. When using @@ -100,11 +100,8 @@ binaries to the installation directory of your choice (specified when you run <li>The locations of the <tt>scan-build</tt> and <tt>scan-view</tt> programs. -<p>Currently these are not installed using <tt>make install</tt>, and -are located in <tt>$(SRCDIR)/tools/clang/tools/scan-build</tt> and -<tt>$(SRCDIR)/tools/clang/tools/scan-view</tt> respectively (where -<tt>$(SRCDIR)</tt> is the root LLVM source directory). These locations -are subject to change.</p></li> +<p>These are installed via <tt>make install</tt> into the bin directory +when clang is built.</p></li> </ul> </div> |
