aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrey Ponomarenko <aponomarenko@rosalab.ru>2012-03-20 15:36:05 +0400
committerAndrey Ponomarenko <aponomarenko@rosalab.ru>2012-03-20 15:36:05 +0400
commitea4304023c702d26c820235805266ebf900d9ca9 (patch)
tree2867f3260fe631ffad6f7f85aa5491792a315800 /README
parentc162ad5b43f32e2cc04404101bfaa1429fda4e18 (diff)
downloadabi-compliance-checker-ea4304023c702d26c820235805266ebf900d9ca9.tar.gz
Added installing note to README
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index c072683..fa27713 100644
--- a/README
+++ b/README
@@ -1,6 +1,9 @@
NAME:
ABI Compliance Checker (ACC) - a tool for checking backward binary compatibility of a shared C/C++ library API.
+INSTALL:
+ sudo perl Makefile.pl -install --prefix=/usr
+
USAGE:
abi-compliance-checker -lib NAME -old OLD.xml -new NEW.xml