Apply patch from Dave Cottlehuber for bsd.

Update the install instructions.
This commit is contained in:
Calvin Rose 2019-05-23 20:30:31 -04:00
parent 3be79e8735
commit 802686e3df
1 changed files with 4 additions and 3 deletions

View File

@ -95,12 +95,13 @@ make repl
### FreeBSD
FreeBSD build instructions are the same as the unix-like build instuctions,
but you need `gmake` and `gcc` to compile.
but you need `gmake` to compile. Alternatively, install directly from
packages, using `pkg install lang/janet`.
```
cd somewhere/my/projects/janet
gmake CC=gcc
gmake test CC=gcc
gmake
gmake test
gmake repl
```