diff options
author | John Wiegley <johnw@newartisans.com> | 2012-10-31 12:29:42 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-10-31 12:29:42 -0700 |
commit | 30cea9b5d5233041b3d1676602cc9224309f9c33 (patch) | |
tree | 1427a5423be2603b0471ab5b16d24dd2073b2610 | |
parent | ab5dd39be431540d4ae7f86f8f61af9999f78fcd (diff) | |
parent | f89c84e200e6d51c3b59b9658710fb8601f9e6f5 (diff) | |
download | fork-ledger-30cea9b5d5233041b3d1676602cc9224309f9c33.tar.gz fork-ledger-30cea9b5d5233041b3d1676602cc9224309f9c33.tar.bz2 fork-ledger-30cea9b5d5233041b3d1676602cc9224309f9c33.zip |
Merge pull request #100 from OpenTechStrategies/readme-1st-tweaks
Improve wording from commit c5a15a556a6cd34f7afabaffbe76c26d18a7d81f.
-rw-r--r-- | README-1ST | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -20,7 +20,7 @@ you, you simply need to create it): $ ./acprep opt make $ ./acprep debug make -Now install the optimized version, but know that you have 'build/debug/ledger' +Now install the optimized version, but know that you have 'build/ledger/debug' available for testing and more useful bug reports. =============================================================================== @@ -54,13 +54,13 @@ F.A.Q.: ---------------------------------------------------------------------- - - Q: './acprep update' gives errors + - Q: './acprep update' gives errors or './acprep dependencies' fails - A: You're probably missing some dependency libraries. Did you run - './acprep dependencies'? If you tried that too and it didn't - work, then you may need to install dependencies by hand. On a - Debian GNU/Linux system (or Debian-based system such as Ubuntu), - something this should work (as root): + A: You're probably missing some dependency libraries. If you tried + './acprep dependencies' already and that didn't solve the problem, + then you may need to install dependencies by hand. On a Debian + GNU/Linux system (or Debian-based system such as Ubuntu), something + like this should work (as root): # aptitude update # for name in \ @@ -97,7 +97,8 @@ F.A.Q.: A: You need MPFR version 2.4.0 or higher. This version does not come with most Debian distributions, so you will need to build it. The relevant packages are 'libmpfr-dev' and 'libmpfr-dbg'. See also - the question above about "'./acprep update' gives errors". + the question above about what to do if './acprep update' gives + errors or './acprep dependencies' fails. ---------------------------------------------------------------------- |