diff options
| author | Shooter <[email protected]> | 2017-09-24 17:39:41 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-24 17:39:41 +0800 |
| commit | 204cc98261f68233aec6ce5e4ce75182cfd82677 (patch) | |
| tree | 97c3a6822c5133ac15673fdc9f1ed0d70c6f5922 /doc | |
| parent | Merge #11338: qt: Backup former GUI settings on `-resetguisettings` (diff) | |
| download | discoin-204cc98261f68233aec6ce5e4ce75182cfd82677.tar.xz discoin-204cc98261f68233aec6ce5e4ce75182cfd82677.zip | |
fix link error
The `perform-gitian-builds` is not exists,
repalce `perform-gitian-builds` with `setup-and-perform-gitian-builds`.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/gitian-building.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitian-building.md b/doc/gitian-building.md index 636686b39..f88d14eb9 100644 --- a/doc/gitian-building.md +++ b/doc/gitian-building.md @@ -353,7 +353,7 @@ Building Bitcoin Core ---------------- To build Bitcoin Core (for Linux, OS X and Windows) just follow the steps under 'perform -Gitian builds' in [doc/release-process.md](release-process.md#perform-gitian-builds) in the bitcoin repository. +Gitian builds' in [doc/release-process.md](release-process.md#setup-and-perform-gitian-builds) in the bitcoin repository. This may take some time as it will build all the dependencies needed for each descriptor. These dependencies will be cached after a successful build to avoid rebuilding them when possible. |