From 9157a359cf7ed23bc0fa1c0d077e3de53e6b2cc9 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sun, 2 Mar 2014 13:48:47 +0900 Subject: [PATCH] picrin depends also on getopt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9974c5bb..f51a5a73 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ https://github.com/wasabiz/picrin picrin scheme depends on some external libraries to build the binary: - lex (preferably, flex) +- getopt - readline (optional) The compilation is tested only on Mac OSX and Ubuntu. I think (or hope) it'll be ok to compile and run on other operating systems such as Arch or Windows, but I don't guarantee :(