diff options
author | John Wiegley <johnw@newartisans.com> | 2012-10-31 12:55:43 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-10-31 12:55:43 -0700 |
commit | 4d6564e29d51d04570aaaa8e758d1dc925516f55 (patch) | |
tree | ad859d065838cfa90f146c884a44df6f1567c2fe /README-1ST | |
parent | 30cea9b5d5233041b3d1676602cc9224309f9c33 (diff) | |
parent | 1ad1f349619243f47e1fc76388e710726845851f (diff) | |
download | fork-ledger-4d6564e29d51d04570aaaa8e758d1dc925516f55.tar.gz fork-ledger-4d6564e29d51d04570aaaa8e758d1dc925516f55.tar.bz2 fork-ledger-4d6564e29d51d04570aaaa8e758d1dc925516f55.zip |
Merge pull request #101 from OpenTechStrategies/readme-1st-tweaks
Give explicit installation command in README-1ST.
Diffstat (limited to 'README-1ST')
-rw-r--r-- | README-1ST | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -20,8 +20,13 @@ you, you simply need to create it): $ ./acprep opt make $ ./acprep debug make -Now install the optimized version, but know that you have 'build/ledger/debug' -available for testing and more useful bug reports. +Now install the optimized version: + + $ cd build/ledger/opt + $ sudo make install + +but know that you have 'build/ledger/debug' available for testing and +for more useful bug reports. =============================================================================== COMMON CONFIGURE/BUILD PROBLEMS: |