aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-05-06 15:08:08 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-05-06 15:08:08 +0300
commit737aef59b7ef09bb0f7e3809e5dd7883c0a27adc (patch)
tree1f3015b403b4ea4ace499ae768c9ea78de9d4f04 /INSTALL
parentdd99c62d7d7989a2554d2aa69e63c0a61add49bc (diff)
downloadabi-compliance-checker-737aef59b7ef09bb0f7e3809e5dd7883c0a27adc.tar.gz
Improved support for OS X. Fixed identifying of non-public structure fields in C.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 15 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index abc126a..6d9bd04 100644
--- a/INSTALL
+++ b/INSTALL
@@ -32,8 +32,8 @@ Content:
1. G++ (3.0-4.7, 4.8.3, 4.9 or newer)
2. GNU Binutils (c++filt, readelf, objdump)
- 3. Perl 5 (5.8 or newer)
- 4. Ctags (5.8 or newer)
+ 3. Perl 5
+ 4. Ctags
5. ABI Dumper (0.99.15 or newer)
@@ -44,6 +44,19 @@ Content:
1. Xcode (g++, c++filt, otool, nm)
2. Ctags (5.8 or newer)
+2.1 Setup environment
+
+ 1. If /usr/bin/g++ points to clang, then please
+ specify GCC path by the -gcc-path option
+
+ 2. You can install GCC by the command:
+
+ brew install homebrew/versions/gcc49
+
+ And then specify its path:
+
+ abi-compliance-checker --gcc-path=/usr/local/bin/gcc-4.9 ...
+
3. REQUIREMENTS FOR MS WINDOWS