summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Linke <max_linke@gmx.de>2013-09-28 19:59:32 +0200
committerMax Linke <max_linke@gmx.de>2013-09-28 19:59:32 +0200
commit04fd759eb16998f9282d30f856b2c54daa312b40 (patch)
tree9e034244835bbd19dc570676ec9a72d0382920ad /README.md
parent7507215a372f5d5b29602ce3aa3fc64ce05759ec (diff)
fix README.md build command
--prefix= should not be passed to cmake directly. If the extra '--' is removed then the prefix get passed correctly to cmake.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d9e7d3d7..68eec6f0 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ footwork for you:
./acprep update
# or, if you want to use the Boost libraries with suffix -mt, install in
# $HOME/local and build with 2 processes in parallel
- ./acprep update --boost-suffix=-mt -- --prefix=$HOME/local -j2
+ ./acprep update --boost-suffix=-mt --prefix=$HOME/local -j2
Please read the contents of `config.log` if the configure step fails. Also,
see the `help` subcommand to `acprep`, which explains some of its many