From eb05f70e9ca060468169fa301f3957335e45e48d Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Mon, 1 Sep 2014 02:03:43 +0900 Subject: [PATCH] [doc] getopt dependency was dropped. --- README.md | 1 - docs/deploy.rst | 1 - docs/intro.rst | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a0062de2..b172e38d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/deploy.rst b/docs/deploy.rst index 0807466b..7a4a9330 100644 --- a/docs/deploy.rst +++ b/docs/deploy.rst @@ -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) diff --git a/docs/intro.rst b/docs/intro.rst index f44fcce2..429bc045 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -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)