blob: c0726838be91519f1469cc10b54b399adc2437e4 [file] [log] [blame]
Andrey Ponomarenkob1c490a2012-03-11 11:16:12 +04001NAME:
2 ABI Compliance Checker (ACC) - a tool for checking backward binary compatibility of a shared C/C++ library API.
3
4USAGE:
Andrey Ponomarenkobf5b4972012-03-19 17:50:18 +04005 abi-compliance-checker -lib NAME -old OLD.xml -new NEW.xml
Andrey Ponomarenkob1c490a2012-03-11 11:16:12 +04006
7 OLD.xml and NEW.xml are XML-descriptors:
8
9 <version>
10 1.0
11 </version>
12
13 <headers>
14 /path/to/headers/
15 </headers>
16
17 <libs>
18 /path/to/libraries/
19 </libs>
20
21ADV. USAGE:
Andrey Ponomarenkoce7a9752012-03-11 12:04:56 +040022 For advanced usage, see doc/Readme.html or output of --help option.