1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-01 18:38:04 +00:00

Merge pull request #985 from masukomi/readme_update

added make install & install-jpm-git to Readme
This commit is contained in:
Calvin Rose
2022-06-09 10:02:58 -05:00
committed by GitHub

View File

@@ -89,6 +89,8 @@ cd somewhere/my/projects/janet
make
make test
make repl
make install
make install-jpm-git
```
Find out more about the available make targets by running `make help`.
@@ -103,6 +105,8 @@ cd somewhere/my/projects/janet
make CC=gcc-x86
make test
make repl
make install
make install-jpm-git
```
### FreeBSD
@@ -116,6 +120,8 @@ cd somewhere/my/projects/janet
gmake
gmake test
gmake repl
gmake install
gmake install-jpm-git
```
### NetBSD