From 9a25cd917859a0f9ee12616c41eed7b5357e2d15 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 13 Nov 2022 06:15:07 +0100 Subject: [PATCH] add Windows section to readme Reported-by: Ben S. --- README.adoc | 6 ++++++ 1 file changed, 6 insertions(+) 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[]