mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-15 00:47:34 +02:00
Documenting current load path order.
This commit is contained in:
parent
e0101944fd
commit
16696d01b1
1 changed files with 21 additions and 4 deletions
|
@ -77,6 +77,10 @@ The default language is an extended subset of the draft R7RS
|
||||||
.I chibi-scheme -xscheme.base
|
.I chibi-scheme -xscheme.base
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
|
||||||
|
Space is optional between options and their arguments.
|
||||||
|
Options without arguments may not be chained together.
|
||||||
|
|
||||||
.TP 5
|
.TP 5
|
||||||
.BI -V
|
.BI -V
|
||||||
Prints the version information and exits.
|
Prints the version information and exits.
|
||||||
|
@ -162,9 +166,22 @@ This feature is still experimental.
|
||||||
.SH ENVIRONMENT
|
.SH ENVIRONMENT
|
||||||
.TP
|
.TP
|
||||||
.B CHIBI_MODULE_PATH
|
.B CHIBI_MODULE_PATH
|
||||||
.TQ
|
|
||||||
A colon separated list of directories to search for module
|
A colon separated list of directories to search for module
|
||||||
files, inserted before the system default load paths.
|
files, inserted before the system default load paths. chibi-scheme
|
||||||
|
searchs for modules in directories in the following order:
|
||||||
|
|
||||||
|
.TP
|
||||||
|
directories included with the -I path option
|
||||||
|
.TP
|
||||||
|
.
|
||||||
|
.TP
|
||||||
|
./lib
|
||||||
|
.TP
|
||||||
|
directories included from CHIBI_MODULE_PATH
|
||||||
|
.TP
|
||||||
|
system directories
|
||||||
|
.TP
|
||||||
|
directories included with -A path option
|
||||||
|
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
.PP
|
.PP
|
||||||
|
@ -172,8 +189,8 @@ Alex Shinn (alexshinn @ gmail . com)
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.PP
|
.PP
|
||||||
More detailed information can be found in the README file
|
More detailed information can be found in the manuale included in
|
||||||
included in the distribution.
|
doc/chibi.scrbl included in the distribution.
|
||||||
|
|
||||||
The chibi-scheme home-page:
|
The chibi-scheme home-page:
|
||||||
.br
|
.br
|
||||||
|
|
Loading…
Add table
Reference in a new issue