Skip to content

Commit

Permalink
update readme [depends]
Browse files Browse the repository at this point in the history
  • Loading branch information
protonn committed Apr 7, 2018
1 parent 84f7ad3 commit a3c08a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/README.md
Expand Up @@ -13,7 +13,7 @@ For example:
make HOST=x86_64-apple-darwin11 -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-apple-darwin11 will be
created. To use it for Bitcoin:

CFLAGS="-O2 -fPIC -DUSE_SSE2" CPPFLAGS="-O2 -fPIC -DUSE_SSE2" ./configure --disable-tests --prefix=`pwd`/depends/x86_64-apple-darwin11
Expand Down

0 comments on commit a3c08a0

Please sign in to comment.