Blame README

Packit 032894
The elfutils project provides libraries and tools for ELF files and DWARF data.
Packit 032894
Packit 032894
The project home is http://elfutils.org/
Packit 032894
Packit 032894
Releases are published at ftp://sourceware.org/pub/elfutils/
Packit 032894
Which can also be found at https://sourceware.org/elfutils/ftp/
Packit 032894
Packit 032894
To build a release do: ./configure && make && make check
Packit 032894
Please check the configure summary to make sure all recommended
Packit 032894
features are enabled. There should be no failures after make check.
Packit 032894
Packit 032894
Please reports bugs at https://sourceware.org/bugzilla/
Packit 032894
Packit 032894
The current elfutils source code can be checked out with
Packit 032894
git clone git://sourceware.org/git/elfutils.git
Packit 032894
Packit 032894
To build a git checkout do:
Packit 032894
  autoreconf -i -f && \
Packit 032894
  ./configure --enable-maintainer-mode && \
Packit 032894
  make && make check
Packit 032894
Packit 032894
The developer mailinglist to send patches to is
Packit 032894
elfutils-devel@sourceware.org.
Packit 032894
https://sourceware.org/ml/elfutils-devel/
Packit 032894
Packit 032894
To subscribe send an email to elfutils-devel-subscribe@sourceware.org
Packit 032894
Or use the form at https://sourceware.org/lists.html#ml-requestor
Packit 032894
Packit 032894
See the CONTRIBUTING file for how to propose patches to the code.
Packit 032894
Packit 032894
See the NOTES files for some design decisions and notes.