Browse Source

updated Crypto.md and added information to Building.md

pull/409/head
Logan007 4 years ago
parent
commit
733c7c5c9d
  1. 4
      doc/Building.md

4
doc/Building.md

@ -133,6 +133,6 @@ In addition to the built-in LZO1x for payload compression (`-z1` at the edge's c
which then will include ZSTD if found on the system. It will be available via `-z2` at the edges. Of course, it can be combined with the other features mentioned above: which then will include ZSTD if found on the system. It will be available via `-z2` at the edges. Of course, it can be combined with the other features mentioned above:
`./configure --with-openssl --with-zstd CFLAGS="-O3 -march=native"` `./configure --with-zstd --with-openssl CFLAGS="-O3 -march=native"`
Again, please do no forget to `make clean` after (re-)configuration and before building (again) using `make` – can't reiterate often enough. Again, this cannot be reiterated often enough, please do no forget to `make clean` after (re-)configuration and before building (again) using `make`.

Loading…
Cancel
Save