diff options
author | Craig Earls <enderw88@gmail.com> | 2013-10-02 07:43:54 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-10-02 07:43:54 -0700 |
commit | 52228e7cc15fd87abe234e92b7c2da15c2abf5a6 (patch) | |
tree | 73ef3fab46c49329fa2dfc752ef322d1ad5d9932 /README.md | |
parent | bee6605e084777261f1536e4e65f76bb94eca06c (diff) | |
parent | 6ebb05ebb7c2c403c172537cc1988ef12b73ab32 (diff) | |
download | fork-ledger-52228e7cc15fd87abe234e92b7c2da15c2abf5a6.tar.gz fork-ledger-52228e7cc15fd87abe234e92b7c2da15c2abf5a6.tar.bz2 fork-ledger-52228e7cc15fd87abe234e92b7c2da15c2abf5a6.zip |
Merge branch 'master' into ledger-mode-automatic-transactions
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 |