mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Update README.md
This commit is contained in:
parent
ce0d9ac75a
commit
04c2c0daca
|
@ -129,7 +129,7 @@ build xapian from source, download and extract the xapian-core source code.
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
On Windows,follow the instructions in the xapian-core/INSTALL Visual Studio parts.(**xapian does not support Debug in Windows**).
|
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**).
|
||||||
A precompiled version of xapian lib has provided in winlibs
|
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.
|
use `CONFIG+=use_xapian` to enable this feature. when enabled ,xapian will be used to support as the the fulltext's backend engine.
|
||||||
|
|
Loading…
Reference in a new issue