Update README.md

This commit is contained in:
xiaoyifang 2021-09-24 22:47:23 +08:00 committed by GitHub
parent 81f8680fba
commit 952c7b2086
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,12 +30,11 @@ First, clone this repository, e.g.:
git clone git://github.com/goldendict/goldendict.git git clone git://github.com/goldendict/goldendict.git
And then invoke `qmake-qt4` and `make`: And then invoke `qmake-qt5` and `make`:
cd goldendict && qmake-qt4 && make cd goldendict && qmake-qt5 && make
In case when `qmake-qt4` does not exist, try using `qmake` but make sure it is indeed from the Qt 4 installation. make sure that `qmake` is from Qt 5 installation. If not, you can try
On the other hand, if you want to use `qt5`, 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`. finding it at a path like `/usr/lib/x86_64-linux-gnu/qt5/bin/qmake`.
Alternatively, you might want to load `goldendict.pro` file from within Qt Creator, especially on Windows. Alternatively, you might want to load `goldendict.pro` file from within Qt Creator, especially on Windows.