Clarify instructions in test/external_tools
[pyelftools.git] / test / external_tools / README.txt
1 Some utilities that use libelf to create synthetic ELF files
2
3 readelf is built as follows:
4
5 * From binutils Git: https://sourceware.org/git/binutils-gdb.git
6 * git fetch --all --tags
7 * git co binutils-<VERSION>-branch
8 * Run configure, then make
9 * Built on a 64-bit Ubuntu machine