aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build-osx.md4
-rw-r--r--doc/build-unix.md11
-rw-r--r--doc/init.md8
-rw-r--r--doc/release-process.md3
4 files changed, 17 insertions, 9 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 0364d3a01b..dc55f8259e 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -81,6 +81,10 @@ After exiting, you'll get a warning that the install is keg-only, which means it
make check
+4. (Optional) You can also install bitcoind to your path:
+
+ make install
+
Creating a release build
------------------------
You can ignore this section if you are building `bitcoind` for your own use.
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 8a76a8b2cd..fb5eaec431 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -15,9 +15,12 @@ the usage of the absolute path.
To Build
---------------------
- ./autogen.sh
- ./configure
- make
+```bash
+./autogen.sh
+./configure
+make
+make install # optional
+```
This will build bitcoin-qt as well if the dependencies are met.
@@ -63,7 +66,7 @@ Build requirements:
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
-for Ubuntu 12.04 and later:
+for Ubuntu 12.04 and later or Debian 7 and later libboost-all-dev has to be installed:
sudo apt-get install libboost-all-dev
diff --git a/doc/init.md b/doc/init.md
index 3d14025ab4..1f0559d806 100644
--- a/doc/init.md
+++ b/doc/init.md
@@ -4,10 +4,10 @@ Sample init scripts and service configuration for bitcoind
Sample scripts and configuration files for systemd, Upstart and OpenRC
can be found in the contrib/init folder.
-contrib/init/bitcoind.service: systemd service unit configuration
-contrib/init/bitcoind.openrc: OpenRC compatible SysV style init script
-contrib/init/bitcoind.openrcconf: OpenRC conf.d file
-contrib/init/bitcoind.conf: Upstart service configuration file
+ contrib/init/bitcoind.service: systemd service unit configuration
+ contrib/init/bitcoind.openrc: OpenRC compatible SysV style init script
+ contrib/init/bitcoind.openrcconf: OpenRC conf.d file
+ contrib/init/bitcoind.conf: Upstart service configuration file
1. Service User
---------------------------------
diff --git a/doc/release-process.md b/doc/release-process.md
index 7d9dd5edb4..7699af90bd 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -185,9 +185,10 @@ Commit your signature to gitian.sigs:
- Create `SHA256SUMS.asc` for the builds, and GPG-sign it:
```bash
sha256sum * > SHA256SUMS
-gpg --clearsign SHA256SUMS # outputs SHA256SUMS.asc
+gpg --digest-algo sha256 --clearsign SHA256SUMS # outputs SHA256SUMS.asc
rm SHA256SUMS
```
+(the digest algorithm is forced to sha256 to avoid confusion of the `Hash:` header that GPG adds with the SHA256 used for the files)
- Upload zips and installers, as well as `SHA256SUMS.asc` from last step, to the bitcoin.org server