diff options
Diffstat (limited to 'www/analyzer/installation.html')
-rw-r--r-- | www/analyzer/installation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/analyzer/installation.html b/www/analyzer/installation.html index 9eaacd7..b0e56f8 100644 --- a/www/analyzer/installation.html +++ b/www/analyzer/installation.html @@ -91,7 +91,7 @@ source code</a>.<p> <li>The location of the <tt>clang</tt> binary. <p>For example, if you built a <em>Debug+Asserts</em> build of LLVM/Clang (the -default), the resultant <tt>clang</tt> binary will be in $(OBJDIR)/Debug+Asserts +default), the resultant <tt>clang</tt> binary will be in <tt>$(OBJDIR)/Debug+Asserts/bin</tt> (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 |