summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKazuhito Hagio <k-hagio-ab@nec.com>2020-01-07 12:32:11 -0500
committerKazuhito Hagio <k-hagio-ab@nec.com>2020-01-07 14:22:33 -0500
commit6d6db1a40772e6961019ae083b83f6f583d60bc6 (patch)
treee11895677b67db4615ebc4908ebc07e17c472037 /README
parent577854dd62a6b22aa2c0dce59f0541ac1c0c7ab5 (diff)
[PATCH] Update README file
Update README file as follows: - Change the required version of elfutils to 0.144 because of the PN_XNUM support recently added. - Update the email address to which bug report should be sent. Signed-off-by: Kazuhito Hagio <k-hagio-ab@nec.com>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 947da42..dde6b2c 100644
--- a/README
+++ b/README
@@ -6,13 +6,13 @@
* REQUIREMENTS
Please download the following library file and install it exactly as below;
do NOT use "make install".
- - elfutils-0.142.tar.gz
+ - elfutils-0.144.tar.gz
The "make install" of elfutils installs some commands (ld, readelf, etc.),
and compiling problems sometimes happen due to using the installed
commands. To install only the library & header files, use the following
method:
- # tar -zxvf elfutils-0.142.tar.gz
- # cd elfutils-0.142
+ # tar -zxvf elfutils-0.144.tar.gz
+ # cd elfutils-0.144
# ./configure
# make
#
@@ -202,6 +202,6 @@
* BUG REPORT
If finding some bugs, please send the information to the following:
- Kazuhito Hagio <k-hagio@ab.jp.nec.com>
+ Kazuhito Hagio <k-hagio-ab@nec.com>
kexec-ml <kexec@lists.infradead.org>