Browse Source

Added note about using "gmake" instead of "make" on FreeBSD.

pull/391/head
Joachim Bauch 9 years ago
parent
commit
01da72c7e1
Failed to extract signature
  1. 3
      README.md

3
README.md

@ -39,6 +39,9 @@ $ ./configure @@ -39,6 +39,9 @@ $ ./configure
$ make
```
On FreeBSD, the default `make` has a different syntax, so `gmake` must be used
there.
## Build separately

Loading…
Cancel
Save