diff options
author | fanquake <fanquake@gmail.com> | 2019-08-12 07:38:29 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-08-12 07:50:30 +0800 |
commit | ac3e65204af60cd3f46e71f3156f6082513b707b (patch) | |
tree | f15f1c4edee90030fbcad29aa93bc63d6b10ced5 | |
parent | e47e36cb4975b332a4d9552bc73b031ab8fd6ab1 (diff) | |
parent | 1f26328c1b948d4d81ee19dcc95c4c2db5383e5b (diff) |
Merge #16585: doc: Update Markdown syntax for bdb packages
1f26328c1b948d4d81ee19dcc95c4c2db5383e5b doc: Update Markdown syntax for bdb packages (Emil Engler)
Pull request description:
This pull requests adds single back quotes to libdb-dev and libdb++-dev.
The reason for this is that I (and probably others) overlook them too often and they look like normal text because they have no style.
ACKs for top commit:
fanquake:
ACK 1f26328c1b948d4d81ee19dcc95c4c2db5383e5b
Tree-SHA512: cd52e34f5b063f9d4337e1fcb04459d2c40be47afe5118c27d949a521980413aefe3ecb862b7b427e576c7690b999f7abdd53193e1b110c3f64a4cd1c3a41cbc
-rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index da65bc347a..f1bc770dfb 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -78,7 +78,7 @@ Now, you can either build from self-compiled [depends](/depends/README.md) or in BerkeleyDB is required for the wallet. -Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install +Ubuntu and Debian have their own `libdb-dev` and `libdb++-dev` packages, but these will install BerkeleyDB 5.1 or later. This will break binary wallet compatibility with the distributed executables, which are based on BerkeleyDB 4.8. If you do not care about wallet compatibility, pass `--with-incompatible-bdb` to configure. |