Mirror of ChezScheme with OpenBSD boot files.
.github/workflows | ||
bintar | ||
boot | ||
c | ||
csug | ||
examples | ||
lz4 | ||
makefiles | ||
mats | ||
nanopass | ||
pkg | ||
release_notes | ||
rpm | ||
s | ||
stex | ||
unicode | ||
wininstall | ||
zlib | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
BUILDING | ||
CHARTER.md | ||
checkin | ||
configure | ||
CONTRIBUTING.md | ||
LICENSE | ||
LOG | ||
newrelease | ||
NOTICE | ||
README | ||
README.md | ||
README.original.md | ||
scheme.1.in | ||
workarea |
chez-openbsd - mirror of ChezScheme v9.5.9 with OpenBSD boot files
THIS REPO IS A MIRROR OF 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.
I'll make my best to update this repo every minor version.
To build on OpenBSD, simply do:
$ ./configure --threads
$ gmake -jN
--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 for all available versions.
See the original blogpost for more information.