mirror of
https://github.com/janet-lang/janet
synced 2025-11-06 02:23:03 +00:00
Apply patch from Dave Cottlehuber for bsd.
Update the install instructions.
This commit is contained in:
@@ -95,12 +95,13 @@ make repl
|
|||||||
### FreeBSD
|
### FreeBSD
|
||||||
|
|
||||||
FreeBSD build instructions are the same as the unix-like build instuctions,
|
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
|
cd somewhere/my/projects/janet
|
||||||
gmake CC=gcc
|
gmake
|
||||||
gmake test CC=gcc
|
gmake test
|
||||||
gmake repl
|
gmake repl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user