master
Daniel Kolesa 2015-09-09 19:51:33 +01:00
parent d1912c4237
commit e91420fd2a
1 changed files with 10 additions and 1 deletions

View File

@ -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.
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.