Browse Source

Merge pull request #6783

34754ce [Trivial] Fixed typo when referring to a previous section in depends/README.md [skip ci] (Chris Kleeschulte)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
c82ea8b271
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      depends/README.md

2
depends/README.md

@ -13,7 +13,7 @@ For example: @@ -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 i686-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

Loading…
Cancel
Save