diff options
-rw-r--r-- | README.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 895cdbc..777cbad 100644 --- a/README.adoc +++ b/README.adoc @@ -168,4 +168,10 @@ cmake --build . -- -j$(nproc --ignore=1) To create a deb or rpm package, run `make package` after compiling. +===== Windows + +mastodonpp has been reported to compile with MinGW GCC, but +`http_method::DELETE` has to be renamed, because Windows headers define a +`DELETE` macro. + include::{uri-base}/raw/branch/main/CONTRIBUTING.adoc[] |