Commit 298f57cd authored by Dominik Charousset's avatar Dominik Charousset

Add FreeBSD to the list of supported OSes

parent 60bf4f61
...@@ -50,7 +50,7 @@ Dependencies ...@@ -50,7 +50,7 @@ Dependencies
Supported Compilers Supported Compilers
------------------- -------------------
* GCC >= 4.7 * GCC >= 4.7.2
* Clang >= 3.2 * Clang >= 3.2
...@@ -59,6 +59,7 @@ Supported Operating Systems ...@@ -59,6 +59,7 @@ Supported Operating Systems
* Linux * Linux
* Mac OS X * Mac OS X
* FreeBSD 10
* *Note for MS Windows*: CAF relies on C++11 features such as variadic templates and unrestricted unions. We will support Visual Studio as soon as Microsoft's compiler implements all required C++11 features. In the meantime, you can use CAF via MinGW. * *Note for MS Windows*: CAF relies on C++11 features such as variadic templates and unrestricted unions. We will support Visual Studio as soon as Microsoft's compiler implements all required C++11 features. In the meantime, you can use CAF via MinGW.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment