Add Gauche install

This commit is contained in:
retropikzel 2025-07-21 07:51:30 +03:00
parent dfd4d70d6b
commit f752b5ff20
2 changed files with 17 additions and 3 deletions

View File

@ -19,6 +19,7 @@ endif
all: build ${TMPDIR} all: build ${TMPDIR}
build: README.html build: README.html
make ${SCHEME}
snow-chibi package \ snow-chibi package \
--version=${VERSION} \ --version=${VERSION} \
--authors="Retropikzel" \ --authors="Retropikzel" \

View File

@ -168,8 +168,7 @@ Required versions:
Not yet installable with snow-fort: Not yet installable with snow-fort:
- Gauche - Gauche
- make SCHEME=gauche - Use manual installation
- make SCHEME=gauche install
[https://snow-fort.org/](https://snow-fort.org/) [https://snow-fort.org/](https://snow-fort.org/)
@ -181,7 +180,21 @@ You can test that library is found by your implementation like this:
cd /tmp cd /tmp
IMPLEMENTATION hello.scm IMPLEMENTATION hello.scm
### Manual ### Manual system wide
Either download the latest release from
[https://git.sr.ht/~retropikzel/foreign-c/refs](https://git.sr.ht/~retropikzel/foreign-c/refs)
or git clone, tag, and copy the _foreign_ directory to your
library directory.
Example installation for Gauche:
make SCHEME=gauche
make SCHEME=gauche install
With most implementations the make command does not compile anything. When that
is the case it will say "Nothing to build on SCHEME\_IMPLEMENTATION\_NAME."
### Manual for project
Either download the latest release from Either download the latest release from
[https://git.sr.ht/~retropikzel/foreign-c/refs](https://git.sr.ht/~retropikzel/foreign-c/refs) [https://git.sr.ht/~retropikzel/foreign-c/refs](https://git.sr.ht/~retropikzel/foreign-c/refs)