Merge pull request #101 from OpenTechStrategies/readme-1st-tweaks

Give explicit installation command in README-1ST.
This commit is contained in:
John Wiegley 2012-10-31 12:55:43 -07:00
commit 4d6564e29d

View file

@ -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: