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
0e75014fe0
commit
9ed8f6a7bf
|
@ -191,8 +191,10 @@ make install
|
||||||
```
|
```
|
||||||
|
|
||||||
On Windows, `vcpkg install xapian:x64-windows` and copy the libs/dlls into the `winlibs`
|
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
|
A precompiled version of xapian lib has provided in winlibs.
|
||||||
|
|
||||||
On Linux, install libxapian-dev package using package manager.
|
On Linux, install libxapian-dev package using package manager.
|
||||||
|
|
||||||
On Mac, use homebrew to install xapian `brew install xapian`
|
On Mac, use homebrew to install xapian `brew install xapian`
|
||||||
|
|
||||||
Goldendict-ng has used xapian as the default and the only one fulltext engine.
|
Goldendict-ng has used xapian as the default and the only one fulltext engine.
|
||||||
|
|
Loading…
Reference in a new issue