From 04fd759eb16998f9282d30f856b2c54daa312b40 Mon Sep 17 00:00:00 2001 From: Max Linke Date: Sat, 28 Sep 2013 19:59:32 +0200 Subject: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3