Mirror of ChezScheme with OpenBSD boot files.
This repository has been archived on 2022-08-10. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2022-08-09 23:35:00 +02:00
.github/workflows feat: 9.5.9 2022-07-29 15:12:07 +02:00
bintar feat: 9.5.9 2022-07-29 15:12:07 +02:00
boot feat: 9.5.9 2022-07-29 15:12:07 +02:00
c feat: 9.5.9 2022-07-29 15:12:07 +02:00
csug Revert "fix: README -> README.md" 2022-08-09 23:29:59 +02:00
examples feat: 9.5.9 2022-07-29 15:12:07 +02:00
lz4 feat: 9.5.9 2022-07-29 15:12:07 +02:00
makefiles feat: 9.5.9 2022-07-29 15:12:07 +02:00
mats feat: 9.5.9 2022-07-29 15:12:07 +02:00
nanopass feat: 9.5.9 2022-07-29 15:12:07 +02:00
pkg feat: 9.5.9 2022-07-29 15:12:07 +02:00
release_notes feat: 9.5.9 2022-07-29 15:12:07 +02:00
rpm feat: 9.5.9 2022-07-29 15:12:07 +02:00
s feat: 9.5.9 2022-07-29 15:12:07 +02:00
stex feat: 9.5.9 2022-07-29 15:12:07 +02:00
unicode feat: 9.5.9 2022-07-29 15:12:07 +02:00
wininstall feat: 9.5.9 2022-07-29 15:12:07 +02:00
zlib feat: 9.5.9 2022-07-29 15:12:07 +02:00
.gitattributes feat: 9.5.9 2022-07-29 15:12:07 +02:00
.gitignore feat: 9.5.9 2022-07-29 15:12:07 +02:00
.gitmodules feat: 9.5.9 2022-07-29 15:12:07 +02:00
BUILDING feat: 9.5.9 2022-07-29 15:12:07 +02:00
CHARTER.md feat: 9.5.9 2022-07-29 15:12:07 +02:00
checkin feat: 9.5.9 2022-07-29 15:12:07 +02:00
configure feat: 9.5.9 2022-07-29 15:12:07 +02:00
CONTRIBUTING.md feat: 9.5.9 2022-07-29 15:12:07 +02:00
LICENSE feat: init 2022-07-29 15:11:56 +02:00
LOG feat: 9.5.9 2022-07-29 15:12:07 +02:00
newrelease feat: 9.5.9 2022-07-29 15:12:07 +02:00
NOTICE feat: 9.5.9 2022-07-29 15:12:07 +02:00
README Revert "fix: README -> README.md" 2022-08-09 23:29:59 +02:00
README.md fix(README.md): newlines 2022-08-09 23:35:00 +02:00
README.original.md fix: README -> README.md (working, this time) 2022-08-09 23:30:55 +02:00
scheme.1.in feat: 9.5.9 2022-07-29 15:12:07 +02:00
workarea feat: 9.5.9 2022-07-29 15:12:07 +02:00

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.