----------------------------------------------
* 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
----------------------------------------------
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