]> git.mdlowis.com Git - archive/dlang-scm.git/commitdiff
Updated README.md to reflect current dependencies
authorMike D. Lowis <mike@mdlowis.com>
Tue, 24 Jul 2012 20:35:42 +0000 (16:35 -0400)
committerMike D. Lowis <mike@mdlowis.com>
Tue, 24 Jul 2012 20:35:42 +0000 (16:35 -0400)
README.md

index ebc741b450ad2d51d4d47e349d8f521f4f64d408..d951053a468142e0b98d8cf62ef996aa03ff56ba 100644 (file)
--- 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