Adding tested compilers to readme.

This commit is contained in:
Jonathan Turner 2012-05-18 07:36:52 -07:00
parent 7027f6b834
commit 919b6430c4

View File

@ -13,7 +13,7 @@ ChaiScript is one of the only embedded scripting language designed from the grou
[Requirements]
ChaiScript requires a C++11 compiler to build with support for variadic templates.
ChaiScript requires a C++11 compiler to build with support for variadic templates. It has been tested with gcc 4.7 and clang 3.1 (with libcxx).
[Usage]