From 6c7e7ddee98237f0e903457204d0154903c8972d Mon Sep 17 00:00:00 2001 From: jungle-boogie Date: Tue, 20 Sep 2016 10:15:16 -0700 Subject: [PATCH] gmake necessary on *BSD systems. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85d5ac32..27c31ff5 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