stefan pushed a commit to branch master. http://git.enlightenment.org/tools/abi_checks.git/commit/?id=e16f32144e3d4453c68350388b29db87737228a7
commit e16f32144e3d4453c68350388b29db87737228a7 Author: Stefan Schmidt <[email protected]> Date: Tue Feb 14 11:49:35 2017 +0100 README: update instructions Add hint about installing into the proper location and switching from elementary to efl examples. --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README b/README index a103d4c..717dd58 100644 --- a/README +++ b/README @@ -1,6 +1,9 @@ Configs and dumps for http://ispras.linuxbase.org/index.php/ABI_compliance_checker Generation example: -1. Generate the dump for the latest version: ./gendump.sh elementary 1.10.0 -2. Generate the report: ./cmpdump.sh elementary 1.9.4 1.10.0 - Assuming abi_dumps/elementary/elementary_1.9.4.abi.tar.gz and one for 1.10.0 exist. +1. ./autogen.sh --enable-drm --enable-elput --prefix=/usr --disable-cxx-bindings +2. Install the file into the tmp location: make DESTDIR=/tmp/efl-1.18.0 install +3. Make sure all libs are in /tmp/efl-1.19.0/usr/lib (Fedora might install to lib64, move them over) +4. Generate the dump for the latest version: ./gendump.sh efl 1.18.0 +5. Generate the report: ./cmpdump.sh efl 1.18.0 1.19.0 + Assuming abi_dumps/efl/efl_1.18.0.abi.tar.gz and one for 1.19.0 exist. --
