gmake necessary on *BSD systems.

dev
jungle-boogie 2016-09-20 10:15:16 -07:00 committed by GitHub
parent 47f3697f32
commit 6c7e7ddee9
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ Once you have the repository cloned, there are multiple ways provided to build Z
#### Makefile
If your system is compatible with `make`, you can simply run `make` at the root directory.
It will generate `zstd` within root directory.
It will generate `zstd` within root directory. Use `gmake` on *BSD systems.
Other available options include :
- `make install` : create and install zstd binary, library and man page