mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Update README.md
This commit is contained in:
parent
b149b211fe
commit
0e75014fe0
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue