From c77f72eb0eff3f951b58f8949247883483996698 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sun, 20 Oct 2013 03:35:08 +0900 Subject: [PATCH] add to README a note about supporting OS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index de2d0fda..b8bab694 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ picrin scheme depends on some external libraries to build the binary: - gcc - readline +The compilation is tested only on Mac OSX. I think (or hope) it'll be ok to compile and run on other operating systems such as Linux or Windows, but there's no guarantee :( + ## Authors Yuichi Nishiwaki (yuichi.nishiwaki at gmail.com)