diff --git a/README.md b/README.md index 0c09b8b8..b8dd35f3 100644 --- a/README.md +++ b/README.md @@ -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: +configure and make (Linux/Unix) + ```bash $ cd libbitcoind $ ./configure --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --without-bdb --enable-debug --disable-wallet --without-utils $ 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= +$ make +``` And then copy the files (with Unix/Linux): ```bash