From: Mike D. Lowis Date: Tue, 24 Jul 2012 20:35:42 +0000 (-0400) Subject: Updated README.md to reflect current dependencies X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=47136da7908bc045f39707ea68543a2dd9f988f6;p=archive%2Fdlang-scm.git Updated README.md to reflect current dependencies --- 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