commit
82d0539da8
@ -114,11 +114,20 @@ There is a config_options.sh that has the configure options used to build libbit
|
|||||||
|
|
||||||
Or you can also manually compile using:
|
Or you can also manually compile using:
|
||||||
|
|
||||||
|
configure and make (Linux/Unix)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ cd libbitcoind
|
$ cd libbitcoind
|
||||||
$ ./configure --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --without-bdb --enable-debug --disable-wallet --without-utils
|
$ ./configure --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --without-bdb --enable-debug --disable-wallet --without-utils
|
||||||
$ make
|
$ make
|
||||||
```
|
```
|
||||||
|
configure and make (Mac OS X) --note the addition of prefix to the location where the libbitcoind library will be installed.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ cd libbitcoind
|
||||||
|
$ ./configure --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --without-bdb --enable-debug --disable-wallet --without-utils --prefix=<os_dir/lib>
|
||||||
|
$ make
|
||||||
|
```
|
||||||
And then copy the files (with Unix/Linux):
|
And then copy the files (with Unix/Linux):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user