2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-18 14:12:10 +00:00

Suggest use of --jobs N for git commands where applicable

[ci skip]
This commit is contained in:
Mateusz Łoskot
2018-06-08 12:11:22 +02:00
committed by Stefan Seefeld
parent 41c87d8cbc
commit 57693484df

View File

@@ -52,7 +52,7 @@ The preparation involves the following steps:
2. Run `bootstrap` to build `b2` driver program for Boost.Build engine.
```shell
git clone --recursive https://github.com/boostorg/boost.git
git clone --recursive --jobs 8 https://github.com/boostorg/boost.git
cd boost
git checkout develop
./bootstrap.sh
@@ -92,7 +92,7 @@ git clean -xfd
git submodule foreach --recursive git clean -xfd
git reset --hard
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive
git submodule update --init --recursive --jobs 8
```
### 2. Checkout Boost.GIL development branch