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
21fe1b9ab3
commit
2d1c5ec376
15
README.md
15
README.md
|
@ -34,15 +34,24 @@ First, clone this repository, e.g.:
|
|||
|
||||
git clone git://github.com/goldendict/goldendict.git
|
||||
|
||||
|
||||
### Linux
|
||||
And then invoke `qmake-qt5` and `make`:
|
||||
|
||||
cd goldendict && qmake-qt5 && make
|
||||
|
||||
make sure that `qmake` is from Qt 5 installation. If not, you can try
|
||||
finding it at a path like `/usr/lib/x86_64-linux-gnu/qt5/bin/qmake`.
|
||||
### macOS
|
||||
```
|
||||
brew install qt
|
||||
brew install opencc
|
||||
qmake CONFIG+=release CONFIG+=zim_support CONFIG+=chinese_conversion_support
|
||||
make
|
||||
make install
|
||||
```
|
||||
### Windows
|
||||
|
||||
Alternatively, you might want to load `goldendict.pro` file from within Qt Creator, especially on Windows.
|
||||
|
||||
Note: `libhunspell` version > 1.5.
|
||||
|
||||
### Building with Chinese conversion support
|
||||
|
||||
|
|
Loading…
Reference in a new issue