summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernardo Ramos <berna.gensis@gmail.com>2017-06-13 20:18:21 (GMT)
committerGitHub <noreply@github.com>2017-06-13 20:18:21 (GMT)
commit0ea836f3482b812a49a70b42a9a3fa820cf0a1a4 (patch)
treee770b3bfa8eaf26ce81064d941097c3877938e42
parent2a9cefd7d637d160d12dc7946393778fa8abbc58 (diff)
downloadpatchelf-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--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 565a110..bc5c311 100644
--- a/README
+++ b/README
@@ -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>.