Skip to content

Commit

Permalink
Merge pull request devsisters#22 from romedius/romedius-patch-1
Browse files Browse the repository at this point in the history
Updated README.md - sane default for make -j
  • Loading branch information
hodduc committed Apr 6, 2016
2 parents 456bdfe + d553ad7 commit 679afda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ Building with CMake and Make:
$ mkdir build/
$ cd build/
$ cmake ..
$ make -j
$ make -j 4
```
make -j <numOfRecepies> limits the number of simultaneously executed Recepies. Adapt this number to the capabilities of your build machine.

`libquic.a` library file will be generated. `libssl.a`, `libcrypto.a` will be
located in build/boringssl directory.
Expand Down

0 comments on commit 679afda

Please sign in to comment.