Mirror of ChezScheme with OpenBSD boot files.
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.
 
 
 
 
 
 
Tom MTT 974506f7cf fix(README.md): newlines 10 months ago
.github/workflows feat: 9.5.9 10 months ago
bintar feat: 9.5.9 10 months ago
boot feat: 9.5.9 10 months ago
c feat: 9.5.9 10 months ago
csug Revert "fix: README -> README.md" 10 months ago
examples feat: 9.5.9 10 months ago
lz4 feat: 9.5.9 10 months ago
makefiles feat: 9.5.9 10 months ago
mats feat: 9.5.9 10 months ago
nanopass feat: 9.5.9 10 months ago
pkg feat: 9.5.9 10 months ago
release_notes feat: 9.5.9 10 months ago
rpm feat: 9.5.9 10 months ago
s feat: 9.5.9 10 months ago
stex feat: 9.5.9 10 months ago
unicode feat: 9.5.9 10 months ago
wininstall feat: 9.5.9 10 months ago
zlib feat: 9.5.9 10 months ago
.gitattributes feat: 9.5.9 10 months ago
.gitignore feat: 9.5.9 10 months ago
.gitmodules feat: 9.5.9 10 months ago
BUILDING feat: 9.5.9 10 months ago
CHARTER.md feat: 9.5.9 10 months ago
CONTRIBUTING.md feat: 9.5.9 10 months ago
LICENSE feat: init 10 months ago
LOG feat: 9.5.9 10 months ago
NOTICE feat: 9.5.9 10 months ago
README Revert "fix: README -> README.md" 10 months ago
README.md fix(README.md): newlines 10 months ago
README.original.md fix: README -> README.md (working, this time) 10 months ago
checkin feat: 9.5.9 10 months ago
configure feat: 9.5.9 10 months ago
newrelease feat: 9.5.9 10 months ago
scheme.1.in feat: 9.5.9 10 months ago
workarea feat: 9.5.9 10 months ago

README.md

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.