summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDomen Kožar <domen@enlambda.com>2017-06-15 08:35:34 (GMT)
committerGitHub <noreply@github.com>2017-06-15 08:35:34 (GMT)
commit29c085fd9d3fc972f75b3961905d6b4ecce7eb2b (patch)
treee770b3bfa8eaf26ce81064d941097c3877938e42
parent2a9cefd7d637d160d12dc7946393778fa8abbc58 (diff)
parent0ea836f3482b812a49a70b42a9a3fa820cf0a1a4 (diff)
downloadpatchelf-29c085fd9d3fc972f75b3961905d6b4ecce7eb2b.zip
patchelf-29c085fd9d3fc972f75b3961905d6b4ecce7eb2b.tar.gz
patchelf-29c085fd9d3fc972f75b3961905d6b4ecce7eb2b.tar.bz2
Merge pull request #125 from kroggen/patch-1
added compillation steps on README
-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>.