Make the generic show on implementations list. Add note about install path into documentation.

This commit is contained in:
retropikzel 2025-06-15 09:58:28 +03:00
parent b8f58ff99e
commit 2970d69e76
2 changed files with 4 additions and 4 deletions

View file

@ -1639,7 +1639,7 @@ installed. The following are currently supported:
\item{chicken - version >= 4.9.0 with the \scheme{r7rs} egg}
\item{cyclone - version >= 0.5.3}
\item{foment - version >= 0.4}
\item{generic}
\item{generic; By default libraries are installed into /usr/local/lib/snow}
\item{gauche - version >= 0.9.4}
\item{kawa - version >= 2.0; you need to add the install dir to the search path, e.g. \scheme{-Dkawa.import.path=/usr/local/share/kawa}}
\item{larceny - version 0.98; you need to add "lib/Snow" to the paths in startup.sch}

View file

@ -24,10 +24,10 @@
(else
(warn msg)
#f))))))
(or (equal? (car spec) 'generic)
(and confirm?
(or (equal? (car spec) 'generic)
(yes-or-no? cfg "Implementation " (car spec) " does not "
" seem to be available, install anyway?")))))
(yes-or-no? cfg "Implementation " (car spec) " does not "
" seem to be available, install anyway?")))))
(define (conf-selected-implementations cfg)
(let ((requested (conf-get-list cfg 'implementations '(chibi))))