aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
blob: be14877517c7e99efb70b3896ff98ab838b98543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65

Copyright (C) 2013-2016 Andrey Ponomarenko's ABI Laboratory
All rights reserved.


RELEASE INFORMATION

Project:           ABI Dumper
Version:           0.99.15
Date:              2016-03-12


This file explains how to install and setup environment
for the tool in your computer.


Content:

   1. Requirements for Linux and FreeBSD
   2. Configure and Install
   3. Usage


1. REQUIREMENTS FOR LINUX AND FREEBSD
=====================================

   1. Perl 5 (5.8 or newer)
   2. Elfutils (eu-readelf)
   3. Vtable-Dumper (1.1 or newer)
   4. Ctags (5.8 or newer)
   5. Binutils (objdump)
   6. Ctags



2. CONFIGURE AND INSTALL
========================

   This command will install an abi-dumper program in the
   PREFIX/bin system directory:

     sudo make install prefix=PREFIX [/usr, /usr/local, ...]

2.1 Remove

     sudo make uninstall prefix=PREFIX



3. USAGE
========

   Dump ABI of a library:
   
     abi-dumper libTest.so -o ABI.dump
     
   Dump ABI of a kernel module:
   
     abi-dumper Module.ko.debug -o ABI.dump

   For advanced usage, see output of --help option



Enjoy!