From 47136da7908bc045f39707ea68543a2dd9f988f6 Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Tue, 24 Jul 2012 16:35:42 -0400 Subject: [PATCH] Updated README.md to reflect current dependencies --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ebc741b..d951053 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,7 @@ Requirements For Building ---------------------------------------------- * The Chicken Scheme Compiler -* The vector-lib egg for Chicken Scheme -* A C compiler (Tested with GCC) +* A C compiler (Tested with GCC and MinGW) Build Instructions ---------------------------------------------- @@ -35,7 +34,7 @@ You can build just the release binaries with the following command: make release -You can execute just the unit tests with the following command: +You can build and execute just the unit tests with the following command: make test -- 2.54.0