blob: 0e15bae6bb69564de0a6764db738f31d36bc1144 [file] [log] [blame]
Mark Wielaard1700fd22016-12-24 22:31:41 +01001The elfutils project provides libraries and tools for ELF files and DWARF data.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00002
Mark Wielaard1700fd22016-12-24 22:31:41 +01003The project home is http://elfutils.org/
Ulrich Drepper2a07f052009-01-24 17:16:39 -08004
Mark Wielaard1700fd22016-12-24 22:31:41 +01005Releases are published at ftp://sourceware.org/pub/elfutils/
6Which can also be found at https://sourceware.org/elfutils/ftp/
Mark Wielaard018c0342013-11-04 15:19:32 +01007
Mark Wielaard04ecad62017-09-19 16:05:49 +02008To build a release do: ./configure && make && make check
9Please check the configure summary to make sure all recommended
10features are enabled. There should be no failures after make check.
11
Mark Wielaard1700fd22016-12-24 22:31:41 +010012Please reports bugs at https://sourceware.org/bugzilla/
13
14The current elfutils source code can be checked out with
15git clone git://sourceware.org/git/elfutils.git
16
Mark Wielaard04ecad62017-09-19 16:05:49 +020017To build a git checkout do:
18 autoreconf -i -f && \
19 ./configure --enable-maintainer-mode && \
20 make && make check
21
Mark Wielaard1700fd22016-12-24 22:31:41 +010022The developer mailinglist to send patches to is
23elfutils-devel@sourceware.org.
24https://sourceware.org/ml/elfutils-devel/
25
26To subscribe send an email to elfutils-devel-subscribe@sourceware.org
27Or use the form at https://sourceware.org/lists.html#ml-requestor
28
29See the CONTRIBUTING file for how to propose patches to the code.
30
31See the NOTES files for some design decisions and notes.