[doc] getopt dependency was dropped.
This commit is contained in:
parent
4fa335af83
commit
eb05f70e9c
|
@ -83,7 +83,6 @@ If you execute `cmake` with debug flag `-DCMAKE_BUILD_TYPE=Debug`, it builds the
|
||||||
Picrin scheme depends on some external libraries to build the binary:
|
Picrin scheme depends on some external libraries to build the binary:
|
||||||
|
|
||||||
- perl
|
- perl
|
||||||
- getopt
|
|
||||||
- libedit (optional)
|
- libedit (optional)
|
||||||
- regex.h of POSIX.1 (optional)
|
- regex.h of POSIX.1 (optional)
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,6 @@ Requirement
|
||||||
Picrin scheme depends on some external libraries to build the binary:
|
Picrin scheme depends on some external libraries to build the binary:
|
||||||
|
|
||||||
- perl
|
- perl
|
||||||
- getopt
|
|
||||||
- readline (optional)
|
- readline (optional)
|
||||||
- regex.h of POSIX.1 (optional)
|
- regex.h of POSIX.1 (optional)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
Picrin is a lightweight scheme implementation intended to comply with full R7RS specification. Its code is written in pure C99 and does not requires any special external libraries installed on the platform.
|
Picrin is a lightweight scheme implementation intended to comply with full R7RS specification. Its code is written in pure C99 and does not require any special external libraries installed on the platform.
|
||||||
|
|
||||||
- R7RS compatibility
|
- R7RS compatibility
|
||||||
- reentrant design (all VM states are stored in single global state object)
|
- reentrant design (all VM states are stored in single global state object)
|
||||||
|
|
Loading…
Reference in New Issue