From b1b48272b476c9d040b4b44b452a824c80fa61ed Mon Sep 17 00:00:00 2001 From: xiaoyifang <105986+xiaoyifang@users.noreply.github.com> Date: Tue, 11 Oct 2022 00:12:24 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eefa446..482ea24d 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,8 @@ build xapian from source, download and extract the xapian-core source code. make make install - On Windows,follow the instructions in the xapian-core/INSTALL Visual Studio parts. + On Windows,follow the instructions in the xapian-core/INSTALL Visual Studio parts.(**xapian does not support Debug in Windows**) + A precompiled version of xapian lib has provided in winlibs use `CONFIG+=use_xapian` to enable this feature. when enabled ,xapian will be used to support as the the fulltext's backend engine.