summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillian De Volder <killian.de.volderc@megasoft.be>2017-03-28 17:42:50 +0200
committerKillian De Volder <killian.de.volderc@megasoft.be>2017-03-28 17:42:50 +0200
commitabc752b7414267e82dcab54ca5813d79bd962216 (patch)
tree6467e0b9e1aebf972ce43d72757dbdbc51a11094
parentc69bc096181b8e1d284f5f76f64da7f679a6db58 (diff)
Removed && make install from the static link instruction.
-rw-r--r--Howto.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Howto.mdwn b/Howto.mdwn
index a66fe1a..d751df7 100644
--- a/Howto.mdwn
+++ b/Howto.mdwn
@@ -16,7 +16,7 @@ To instal run as root:
Follow the steps above.
But run the following command instead.
- EXTRA_CFLAGS="-static" make && make install
+ EXTRA_CFLAGS="-static" make
Please take note that you also need a static version installed of all required libraries.