From e91420fd2ab4c178a50356a22be0d202ed1ae164 Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 9 Sep 2015 19:51:33 +0100 Subject: [PATCH] readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d06a55..00ee54c 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,13 @@ to support these builtins. So far the 2 above-mentioned compilers support them MSVC++ is currently unsupported. It is likely that it will never be supported, as it seems that MS will start supporting Clang in Visual Studio; however, if that does not happen and the MS C++ compiler gains the required features, -support will be added. \ No newline at end of file +support will be added. + +## Supported operating systems + +Currently supported OSes in OctaSTD are Linux, FreeBSD and OS X. Other +systems that implement POSIX API will also work (if they don't, bug reports +are welcome). + +Windows is supported at least with the MinGW (gcc) and Clang compilers. MS +Visual Studio is currently unsupported. \ No newline at end of file