mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04:00
Update INSTALL file with new Qt dependency
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4977 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
531c3753a1
commit
2bd90b76f8
11
INSTALL
11
INSTALL
@ -30,10 +30,11 @@ Mac".
|
|||||||
|
|
||||||
Qt v5, preferably v5.1 or later is required to build WSJT-X.
|
Qt v5, preferably v5.1 or later is required to build WSJT-X.
|
||||||
|
|
||||||
Qt v5 multimedia support is necessary as well as the core Qt v5
|
Qt v5 multimedia support and serial port is necessary as well as the
|
||||||
components, normally installing the Qt multimedia development package
|
core Qt v5 components, normally installing the Qt multimedia
|
||||||
is sufficient to pull in all the required Qt components and dependants
|
development package and Qt serialport development package are
|
||||||
as a single transaction. On some systems the Qt multimedia plugin
|
sufficient to pull in all the required Qt components and dependants as
|
||||||
|
a single transaction. On some systems the Qt multimedia plugin
|
||||||
component is separate in the distribution repository an it may also
|
component is separate in the distribution repository an it may also
|
||||||
need installing.
|
need installing.
|
||||||
|
|
||||||
@ -255,7 +256,7 @@ $ ./configure -prefix ~/local/qt-macx-clang -opensource \
|
|||||||
-confirm-license -platform macx-clang -silent -nomake tests \
|
-confirm-license -platform macx-clang -silent -nomake tests \
|
||||||
-nomake examples -sdk macosx10.10 -skip qtwebkit \
|
-nomake examples -sdk macosx10.10 -skip qtwebkit \
|
||||||
-skip qtwebkit-examples -skip qtquick1 -skip qtconnectivity \
|
-skip qtwebkit-examples -skip qtquick1 -skip qtconnectivity \
|
||||||
-skip qtlocation -skip qtsensors -skip qtscript -skip qtserialport \
|
-skip qtlocation -skip qtsensors -skip qtscript \
|
||||||
-skip qtwebsockets -skip qtwebengine -skip qtwebchannel \
|
-skip qtwebsockets -skip qtwebengine -skip qtwebchannel \
|
||||||
-skip qtwayland -skip qtquickcontrols -skip qtdeclarative \
|
-skip qtwayland -skip qtquickcontrols -skip qtdeclarative \
|
||||||
-skip qtxmlpatterns -skip qtenginio
|
-skip qtxmlpatterns -skip qtenginio
|
||||||
|
Loading…
Reference in New Issue
Block a user