File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,25 @@ python27
2525
2626Download the source code:
2727```
28- git clone https://github.com/bitcoin/bitcoin.git
28+ git clone https://github.com/bitcoin/bitcoin
2929```
3030
3131See [ dependencies.md] ( dependencies.md ) for a complete overview.
3232
3333### Building Bitcoin Core
3434
35- ** Important** : use ` gmake ` , not ` make ` . The non-GNU ` make ` will exit with an error.
35+ ** Important** : Use ` gmake ` (the non-GNU ` make ` will exit with an error) .
3636
37- To configure with wallet:
37+ With wallet:
3838```
39+ ./autogen.sh
3940./configure CPPFLAGS="-I/usr/pkg/include -DOS_NETBSD" LDFLAGS="-L/usr/pkg/lib" BOOST_CPPFLAGS="-I/usr/pkg/include" BOOST_LDFLAGS="-L/usr/pkg/lib"
4041gmake
4142```
4243
43- To configure without wallet:
44+ Without wallet:
4445```
46+ ./autogen.sh
4547./configure --disable-wallet CPPFLAGS="-I/usr/pkg/include -DOS_NETBSD" LDFLAGS="-L/usr/pkg/lib" BOOST_CPPFLAGS="-I/usr/pkg/include" BOOST_LDFLAGS="-L/usr/pkg/lib"
4648gmake
4749```
You can’t perform that action at this time.
0 commit comments