diff options
author | Max Linke <max_linke@gmx.de> | 2013-09-28 19:59:32 +0200 |
---|---|---|
committer | Max Linke <max_linke@gmx.de> | 2013-09-28 19:59:32 +0200 |
commit | 04fd759eb16998f9282d30f856b2c54daa312b40 (patch) | |
tree | 9e034244835bbd19dc570676ec9a72d0382920ad /README.md | |
parent | 7507215a372f5d5b29602ce3aa3fc64ce05759ec (diff) | |
download | fork-ledger-04fd759eb16998f9282d30f856b2c54daa312b40.tar.gz fork-ledger-04fd759eb16998f9282d30f856b2c54daa312b40.tar.bz2 fork-ledger-04fd759eb16998f9282d30f856b2c54daa312b40.zip |
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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |