diff options
author | Charlie Lee <coblee@litecoin.org> | 2017-07-30 23:32:47 -0700 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-08-13 12:26:04 +0200 |
commit | e93ff718c59a21532e8deb57d823b8fae2d87334 (patch) | |
tree | be31d811ff6dda4d260374607e2aded18d838847 /doc/gitian-building.md | |
parent | 42307c4bf363d695c68a65ba7cbf8d6790079abf (diff) |
Add instructions for multi-processor gitian builds
Diffstat (limited to 'doc/gitian-building.md')
-rw-r--r-- | doc/gitian-building.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/gitian-building.md b/doc/gitian-building.md index 9f9afaf04f..636686b391 100644 --- a/doc/gitian-building.md +++ b/doc/gitian-building.md @@ -76,7 +76,11 @@ In the VirtualBox GUI click "New" and choose the following parameters in the wiz After creating the VM, we need to configure it. -- Click the `Settings` button, then go to the `Network` tab. Adapter 1 should be attached to `NAT`. +- Click the `Settings` button, then go to `System` tab and `Processor` sub-tab. Increase the number of processors to the number of cores on your machine if you want builds to be faster. + +![](gitian-building/system_settings.png) + +- Go to the `Network` tab. Adapter 1 should be attached to `NAT`. ![](gitian-building/network_settings.png) |