update depends docs

This commit is contained in:
Duke Leto
2019-12-17 11:32:00 -05:00
parent 2222de08e5
commit 4f37ebbfc4
2 changed files with 9 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
### Usage
### Hush Dependencies
To build dependencies for the current arch+OS:
@@ -13,7 +13,7 @@ For example:
make HOST=x86_64-w64-mingw32 -j4
A prefix will be generated that's suitable for plugging into Bitcoin's
configure. In the above example, a dir named x86_64-w64-mingw32 will be
configure. In the above example, a dir named `x86_64-w64-mingw32` will be
created. To use it for Bitcoin:
./configure --prefix=`pwd`/depends/x86_64-w64-mingw32