From dd99c62d7d7989a2554d2aa69e63c0a61add49bc Mon Sep 17 00:00:00 2001 From: Andrey Ponomarenko Date: Tue, 26 Apr 2016 19:10:46 +0300 Subject: Updated docs to 1.99.19 --- doc/index.html | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html index efaec83..93a1693 100644 --- a/doc/index.html +++ b/doc/index.html @@ -92,13 +92,11 @@

Downloads

-

All releases can be downloaded from this page.

- -

Latest release: abi-compliance-checker-1.99.17.tar.gz

+

The latest release can be downloaded from this page.

Read-only access to the latest development version:

- git clone git://github.com/lvc/abi-compliance-checker  + git clone https://github.com/lvc/abi-compliance-checker.git 

License

@@ -112,16 +110,16 @@ GNU/Linux, FreeBSD, Mac OS X, MS Windows.

Dependencies

@@ -139,6 +137,12 @@ On MS Windows the tool also requires MinGW, MS Visual C++ (dumpbin, undname, cl)  sudo make install prefix=PREFIX [/usr, /usr/local] 

This command will install the abi-compliance-checker program into the PREFIX/bin system directory and private modules into the PREFIX/share.

+

To verify that the tool is installed correctly and it works on your host run:

+ cd tmp/  +

+ abi-compliance-checker -test  +

+

Usage with ABI Dumper

This new way is based on the analysis of the debug-info from binary objects. It's more reliable, faster and simple way. @@ -203,19 +207,19 @@ An excellent tutorial LibraryVersionsReport -NetCDF -4.0.1 to 4.1.1 -report +libhttpd +2.2.31 vs 2.4.1 +report -MySQL++ -3.0.9 to 3.1.0 -report +libMagick++ +6.9.0-0 vs 6.9.0-10 +report libssh -0.3.4 to 0.4.0 -report +0.3.4 vs 0.3.91 +report

-- cgit v1.2.3