You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

18 lines
892 B
Markdown

2 years ago
# chez-openbsd - mirror of ChezScheme v9.5.9 with 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.
Please send issues related to ChezScheme directly to their [Github repo](https://github.com/cisco/ChezScheme).
2 years ago
I'll make my best to update this repo every minor version.
To build on OpenBSD, simply do:
```bash
$ ./configure --threads
$ gmake -jN
```
2 years ago
`--threads` enables (posix) thread support and `N` in `-jN` being the number of cores in your system.
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.