updating readme

This commit is contained in:
U-ILLFONIC\bernst 2014-02-20 11:52:17 -07:00
parent e2d4929c65
commit 3de19a71ef

View file

@ -6,3 +6,7 @@ C++ GameDev related math helpers. These helpers will be designed for ease of us
Requirements Requirements
----------- -----------
Aside from a C++ compiler, there are no external dependencies outside of the stdlib. However, for running unit tests this uses [igloo](https://github.com/joakimkarlsson/igloo), already referenced as an external. Aside from a C++ compiler, there are no external dependencies outside of the stdlib. However, for running unit tests this uses [igloo](https://github.com/joakimkarlsson/igloo), already referenced as an external.
Cloning
-----------
Since there's an external for testing, don't forget `--recursive`: `git clone --recursive https://github.com/leetNightshade/math.beta.git`.