diff --git a/README.md b/README.md index 5c89d079..dd6e9c57 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ make make install ``` - On Windows,follow the instructions in the xapian-core/INSTALL Visual Studio parts.(**xapian does not support to use the Debug lib in Windows. have to debug in release version mode using xapian's release lib**). +On Windows, `vcpkg install xapian:x64-windows` and copy the libs/dlls into the `winlibs` A precompiled version of xapian lib has provided in winlibs On Linux, install libxapian-dev package using package manager. On Mac, use homebrew to install xapian `brew install xapian`