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:28:25 +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 fix: README -> README.md 2022-08-09 23:28:25 +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
ta6ob fix: README -> README.md 2022-08-09 23:28:25 +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.md fix: README -> README.md 2022-08-09 23:28:25 +02:00
README.original.md fix: README -> README.md 2022-08-09 23:28:25 +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 with OpenBSD boot files

ChezScheme v9.5.9

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.
You'll find a copy of the original README in README.original.md.

To build on OpenBSD, simply do:

$ ./configure --threads
$ gmake -jN

--threads enables (posix) thread support and the N in -jN being the number of cores in your system.

See releases. See the original blogpost for more information.