From b74f7319c61fb02cd7710e6cba37155db037e1f8 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Thu, 3 Sep 2020 13:50:46 -0700 Subject: [PATCH] add a note to the readme about the fact that the MinGW compiler is not supported. close #242 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e7a85b3..15810897 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ IXWebSocket is a C++ library for WebSocket client and server development. It has minimal dependencies (no boost), is very simple to use and support everything you'll likely need for websocket dev (SSL, deflate compression, compiles on most platforms, etc...). HTTP client and server code is also available, but it hasn't received as much testing. -It is been used on big mobile video game titles sending and receiving tons of messages since 2017 (iOS and Android). It was tested on macOS, iOS, Linux, Android, Windows and FreeBSD. Two important design goals are simplicity and correctness. +It is been used on big mobile video game titles sending and receiving tons of messages since 2017 (iOS and Android). It was tested on macOS, iOS, Linux, Android, Windows and FreeBSD. Note that the MinGW compiler is not supported at this point. Two important design goals are simplicity and correctness. ```cpp /*