From f1df0cb24110ced268f6baa3df518b5b6531774b Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Wed, 1 Jan 2025 11:00:48 +0100 Subject: [PATCH] New section for compilation on MS Windows --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 97b43b8..67f3cac 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,12 @@ qmake . make ``` +Compilation on Microsoft Windows +-------------------------------- + +Here is the [online +documentation](https://github.com/kiwix/kiwix-build/wiki/Compile-on-Microsoft-Windows). + Installation ------------