fix: README.md

main
Tom MTT. 2 years ago
parent 9fe3effa7d
commit 0960a3707c

@ -1,17 +1,17 @@
# chez-openbsd - mirror of ChezScheme with OpenBSD boot files # chez-openbsd - mirror of ChezScheme v9.5.9 with OpenBSD boot files
## ChezScheme v9.5.9
**THIS REPO IS A MIRROR OF [CHEZSCHEME](https://github.com/cisco/ChezScheme) CONTAINING OPENBSD BOOT FILES.** **THIS REPO IS A MIRROR OF [CHEZSCHEME](https://github.com/cisco/ChezScheme) CONTAINING OPENBSD BOOT FILES.**
I am not the owner of ChezScheme nor a developer of ChezScheme. I am not the owner of ChezScheme nor a developer of ChezScheme.
Please send issues related to ChezScheme directly to their [Github repo](https://github.com/cisco/ChezScheme). Please send issues related to ChezScheme directly to their [Github repo](https://github.com/cisco/ChezScheme).
You'll find a copy of the original README in `README.original.md`. I'll make my best to update this repo every minor version.
To build on OpenBSD, simply do: To build on OpenBSD, simply do:
```bash ```bash
$ ./configure --threads $ ./configure --threads
$ gmake -jN $ gmake -jN
``` ```
`--threads` enables (posix) thread support and the `N` in `-jN` being the number of cores in your system. `--threads` enables (posix) thread support and `N` in `-jN` being the number of cores in your system.
See [releases](https://basedwa.re/tmtt/chez-openbsd/releases). You'll find a copy of the original README in `README.original.md`.
See [releases](https://basedwa.re/tmtt/chez-openbsd/releases) for all available versions.
See [the original blogpost](https://heimdall.pm/blog/2022/07/28/how-to-build-chezscheme-on-openbsd.html) for more information. See [the original blogpost](https://heimdall.pm/blog/2022/07/28/how-to-build-chezscheme-on-openbsd.html) for more information.