Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Add Windows build to development README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rduplain committed Oct 25, 2019
1 parent 7c4912b commit 1ac596b
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,25 @@ References:

### Development

With [Janet](https://janet-lang.org/) installed, build and test:
This project provides a single-command build to install a project-local Janet,
install dependencies, build, and test. On a Unix-like system, just run GNU Make
(`make`, which is sometimes `gmake` on BSD systems):

```
[sudo] jpm deps # first time only
jpm test
make
```

On a Unix-like system, just run GNU Make (`make`, which is sometimes `gmake` on
BSD systems) to install a project-local Janet, install dependencies, then build
and test the project, all in one command:
On Windows:

```
make
.\bin\build.cmd
```

Otherwise, with [Janet](https://janet-lang.org/) installed, build and test:

```
[sudo] jpm deps # first time only
jpm test
```

The `build/` directory contains the `jpm build` (called by `jpm test`) output
Expand Down

0 comments on commit 1ac596b

Please sign in to comment.