From: jungle-boogie Date: Tue, 20 Sep 2016 17:15:16 +0000 (-0700) Subject: gmake necessary on *BSD systems. X-Git-Tag: v1.1.0~13^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F376%2Fhead;p=thirdparty%2Fzstd.git gmake necessary on *BSD systems. --- diff --git a/README.md b/README.md index 85d5ac324..27c31ff55 100644 --- a/README.md +++ b/README.md @@ -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