mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 02:59:54 +00:00
Apply patch from Dave Cottlehuber for bsd.
Update the install instructions.
This commit is contained in:
parent
3be79e8735
commit
802686e3df
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user