[doc] getopt dependency was dropped.

This commit is contained in:
Yuichi Nishiwaki 2014-09-01 02:03:43 +09:00
parent 4fa335af83
commit eb05f70e9c
3 changed files with 1 additions and 3 deletions

View File

@ -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:
- perl
- getopt
- libedit (optional)
- regex.h of POSIX.1 (optional)

View File

@ -64,7 +64,6 @@ Requirement
Picrin scheme depends on some external libraries to build the binary:
- perl
- getopt
- readline (optional)
- regex.h of POSIX.1 (optional)

View File

@ -1,7 +1,7 @@
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
- reentrant design (all VM states are stored in single global state object)