diff options
author | tastytea | 2022-11-13 06:15:07 +0100 |
---|---|---|
committer | tastytea | 2022-11-13 06:19:51 +0100 |
commit | 9a25cd917859a0f9ee12616c41eed7b5357e2d15 (patch) | |
tree | d9357aec9260ea16893a9468f3573e6e9ee934ec | |
parent | e74828c19ec238b14ff77fe57f86059f8f2b0892 (diff) | |
download | mastodonpp-9a25cd917859a0f9ee12616c41eed7b5357e2d15.tar mastodonpp-9a25cd917859a0f9ee12616c41eed7b5357e2d15.tar.gz mastodonpp-9a25cd917859a0f9ee12616c41eed7b5357e2d15.zip |
add Windows section to readme
Reported-by: Ben S.
-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[] |