mirror of
https://github.com/zorp-corp/jock-lang.git
synced 2024-11-26 22:44:34 +03:00
the prebuilt choo
from github doesn't work with mac, so add some help for people who need to build from source
This commit is contained in:
parent
fbd9a36902
commit
6ef1d853dd
10
README.md
10
README.md
@ -6,14 +6,19 @@ Visit the [blog post](https://zorp.io/blog/jock) for more information.
|
||||
|
||||
The Jock compiler is written in Hoon.
|
||||
|
||||
## Building
|
||||
## Prerequisites
|
||||
|
||||
Jock requires a `choo` NockApp executable. The `Makefile` can retrieve the latest tagged `choo`. If you would like a nightly build, you should simply include the appropriate `choo` in the root folder instead.
|
||||
Jock requires a `choo` NockApp executable. The `Makefile` can retrieve the latest tagged `choo`. For Linux, run the following:
|
||||
|
||||
```bash
|
||||
make update-choo
|
||||
```
|
||||
|
||||
If you would like a nightly build of `choo`, or if you are using something other than Linux, [clone this repo](https://github.com/zorp-corp/nockapp) and build.
|
||||
Then copy the `choo` executable to the root folder.
|
||||
|
||||
## Building
|
||||
|
||||
To build and run Jock with tests:
|
||||
|
||||
```bash
|
||||
@ -21,3 +26,4 @@ make release
|
||||
|
||||
./target/release/jock-testing test-all
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user