Give explicit installation command in README-1ST.
This commit is contained in:
parent
f89c84e200
commit
1ad1f34961
1 changed files with 7 additions and 2 deletions
|
|
@ -20,8 +20,13 @@ you, you simply need to create it):
|
||||||
$ ./acprep opt make
|
$ ./acprep opt make
|
||||||
$ ./acprep debug make
|
$ ./acprep debug make
|
||||||
|
|
||||||
Now install the optimized version, but know that you have 'build/ledger/debug'
|
Now install the optimized version:
|
||||||
available for testing and more useful bug reports.
|
|
||||||
|
$ 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:
|
COMMON CONFIGURE/BUILD PROBLEMS:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue