Brian Silverman | 8649792 | 2018-02-10 19:28:39 -0500 | [diff] [blame^] | 1 | The elfutils project provides libraries and tools for ELF files and DWARF data. |
| 2 | |
| 3 | The project home is http://elfutils.org/ |
| 4 | |
| 5 | Releases are published at ftp://sourceware.org/pub/elfutils/ |
| 6 | Which can also be found at https://sourceware.org/elfutils/ftp/ |
| 7 | |
| 8 | To build a release do: ./configure && make && make check |
| 9 | Please check the configure summary to make sure all recommended |
| 10 | features are enabled. There should be no failures after make check. |
| 11 | |
| 12 | Please reports bugs at https://sourceware.org/bugzilla/ |
| 13 | |
| 14 | The current elfutils source code can be checked out with |
| 15 | git clone git://sourceware.org/git/elfutils.git |
| 16 | |
| 17 | To build a git checkout do: |
| 18 | autoreconf -i -f && \ |
| 19 | ./configure --enable-maintainer-mode && \ |
| 20 | make && make check |
| 21 | |
| 22 | The developer mailinglist to send patches to is |
| 23 | elfutils-devel@sourceware.org. |
| 24 | https://sourceware.org/ml/elfutils-devel/ |
| 25 | |
| 26 | To subscribe send an email to elfutils-devel-subscribe@sourceware.org |
| 27 | Or use the form at https://sourceware.org/lists.html#ml-requestor |
| 28 | |
| 29 | See the CONTRIBUTING file for how to propose patches to the code. |
| 30 | |
| 31 | See the NOTES files for some design decisions and notes. |