Add support table

This commit is contained in:
Retropikzel 2024-11-09 15:14:34 +00:00
parent 8dfffc7e77
commit 9f7442765f
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ guarantees are being made just yet.
- Chibi
- Install libffi-dev
- Build with:
- chibi-ffi retropikzel/r7rs-pffi/r7rs-pffi-chibi.stub
- ${CC} -o retropikzel/r7rs-pffi/r7rs-pffi-chibi.so -fPIC -shared retropikzel/r7rs-pffi/r7rs-pffi-chibi.c -lchibi-scheme -lffi
chibi-ffi retropikzel/r7rs-pffi/r7rs-pffi-chibi.stub
${CC} -o retropikzel/r7rs-pffi/r7rs-pffi-chibi.so -fPIC -shared retropikzel/r7rs-pffi/r7rs-pffi-chibi.c -lchibi-scheme -lffi
- Chicken 5
- Needs [r7rs egg](https://wiki.call-cc.org/eggref/5/r7rs)
- Racket