Merge pull request #6783

34754ce [Trivial] Fixed typo when referring to a previous section in depends/README.md [skip ci] (Chris Kleeschulte)
This commit is contained in:
Wladimir J. van der Laan 2015-10-09 10:21:21 +02:00
commit c82ea8b271
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

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