aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-10-04 19:41:25 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-10-04 19:41:25 +0300
commitdd17216a28b68b543069c28efdce2b8da415593e (patch)
tree9887faca40f6a94100435da75ba6d6da74909373 /doc/index.html
parent868b1354cc4e1ebcad06358f6f6baf4a71491530 (diff)
downloadabi-compliance-checker-dd17216a28b68b543069c28efdce2b8da415593e.tar.gz
Released 1.99.24
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html
index 8eafd8a..6375bee 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -110,16 +110,19 @@ GNU/Linux, FreeBSD, Mac OS X, MS Windows.
<h2>Dependencies</h2>
<ul>
<li>
- <a href="http://gcc.gnu.org/">G++</a> (3.0-4.7, 4.8.3 or newer)
+ G++ (3.0-4.7, 4.8.3 or newer)
</li>
<li>
- <a href="http://www.gnu.org/software/binutils/">GNU Binutils</a> (readelf, c++filt, objdump)
+ GNU Binutils (readelf, c++filt, objdump)
</li>
<li>
- <a href="http://www.perl.org/">Perl 5</a>
+ Perl 5
</li>
<li>
- <a href="http://ctags.sourceforge.net/">Ctags</a>
+ Ctags
+</li>
+<li>
+ <a href="https://github.com/lvc/abi-dumper">ABI Dumper</a>
</li>
</ul>
@@ -127,7 +130,7 @@ WARNING: if you are using ccache program (i.e. gcc points to /usr/lib/ccache/gcc
<p/>
On Mac OS X the tool also requires Xcode (g++, c++filt, nm and otool).
<p/>
-On MS Windows the tool also requires MinGW, MS Visual C++ (dumpbin, undname, cl), Active Perl 5, adding of tool locations to the PATH and execution of vsvars32.bat script (C:\Microsoft Visual Studio 9.0\Common7\Tools\).
+On MS Windows the tool also requires MinGW, MS Visual C++ (dumpbin, undname, cl), Active Perl 5, adding of tool locations to the PATH and execution of vcvars64.bat script (C:\Microsoft Visual Studio 9.0\VC\bin\).
<a name="Installation"></a>
<h2>Installation</h2>