diff options
author | Bernardo Ramos <berna.gensis@gmail.com> | 2017-06-13 20:18:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 20:18:21 (GMT) |
commit | 0ea836f3482b812a49a70b42a9a3fa820cf0a1a4 (patch) | |
tree | e770b3bfa8eaf26ce81064d941097c3877938e42 | |
parent | 2a9cefd7d637d160d12dc7946393778fa8abbc58 (diff) | |
download | patchelf-0ea836f3482b812a49a70b42a9a3fa820cf0a1a4.zip patchelf-0ea836f3482b812a49a70b42a9a3fa820cf0a1a4.tar.gz patchelf-0ea836f3482b812a49a70b42a9a3fa820cf0a1a4.tar.bz2 |
added compillation steps on README
It is lacking info on how to run the tests
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -48,6 +48,16 @@ libraries. In particular, it can do the following: This option can be give multiple times. +INSTALLING + +You can download a pre-compiled binary from the releases or compile it by yourself: + + ./bootstrap.sh + ./configure + make + sudo make install + + AUTHOR Copyright 2004-2016 Eelco Dolstra <eelco.dolstra@logicblox.com>. |