diff options
Diffstat (limited to 'www/analyzer/installation.html')
-rw-r--r-- | www/analyzer/installation.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/analyzer/installation.html b/www/analyzer/installation.html index 81f45514fc..d2be711a48 100644 --- a/www/analyzer/installation.html +++ b/www/analyzer/installation.html @@ -87,13 +87,13 @@ source code</a>.<p> <ul> -<li>The locations of the <tt>clang-cc</tt> and <tt>clang</tt> binaries. +<li>The location of the <tt>clang</tt> binary. <p>For example, if you built a <em>Debug</em> build of LLVM/Clang, the -resultant binaries will be in $(OBJDIR)/Debug (where <tt>$(OBJDIR)</tt> -is often the same as the root source directory). You can also do -<tt>make install</tt> to install the LLVM/Clang libaries and binaries to -the installation directory of your choice (specified when you run +resultant<tt>clang</tt> binary will be in $(OBJDIR)/Debug +(where <tt>$(OBJDIR)</tt> is often the same as the root source directory). You +can also do <tt>make install</tt> to install the LLVM/Clang libaries and +binaries to the installation directory of your choice (specified when you run <tt>configure</tt>).</p></li> <li>The locations of the <tt>scan-build</tt> and <tt>scan-view</tt> |