diff --git a/README.md b/README.md index 19cc734..266291a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ How to compile: - Install Git, the GCC compiler and the Qt4 development package:
Linux Mint 18: sudo apt-get install git-core libqt4-dev libqt4-core g++
- openSuse Leap 42.2: sudo zypper in git-core libqt4-devel
+ openSuse Leap 42.3: sudo zypper in git-core libqt4-devel
Fedora 25: sudo dnf install git-core qt-devel gcc-c++
- Download the source code:
@@ -19,7 +19,7 @@ How to compile: - Create the makefile:
Linux Mint 18: qmake
- openSuse Leap 42.2: qmake
+ openSuse Leap 42.3: qmake
Fedora 25: qmake-qt4
- Compile the source code and install it:
@@ -71,7 +71,7 @@ openSUSE: sudo zypper install -t pattern devel_basis This will not mess with your system libraries. The new compiled libraries will be stored - in a new and separate directory: /usr/local/Qt-5.9.2 + in a new and separate directory: /usr/local/Qt-5.9.3 It will not interfere with other Qt programs. @@ -81,14 +81,14 @@ mkdir Qt5-source cd Qt5-source -wget http://ftp1.nluug.nl/languages/qt/official_releases/qt/5.9/5.9.2/single/qt-everywhere-opensource-src-5.9.2.tar.xz +wget http://ftp1.nluug.nl/languages/qt/official_releases/qt/5.9/5.9.3/single/qt-everywhere-opensource-src-5.9.3.tar.xz here is a list of download mirrors: https://download.qt.io/static/mirrorlist/ -The Qt source package you are going to need is: qt-everywhere-opensource-src-5.9.2.tar.xz +The Qt source package you are going to need is: qt-everywhere-opensource-src-5.9.3.tar.xz -tar -xvf qt-everywhere-opensource-src-5.9.2.tar.xz +tar -xvf qt-everywhere-opensource-src-5.9.3.tar.xz -cd qt-everywhere-opensource-src-5.9.2 +cd qt-everywhere-opensource-src-5.9.3 ./configure -v -release -opensource -confirm-license -c++std c++11 -static -accessibility -fontconfig -skip qtdeclarative -skip qtconnectivity -skip qtmultimedia -no-qml-debug -qt-zlib -no-mtdev -no-journald -qt-libpng -qt-libjpeg -system-freetype -qt-harfbuzz -no-openssl -no-libproxy -no-glib -nomake examples -nomake tests -no-compile-examples -cups -no-evdev -no-dbus -no-eglfs -qreal double -no-opengl -skip qtlocation -skip qtsensors -skip qtwayland -skip qtgamepad -skip qtserialbus @@ -102,7 +102,7 @@ sudo make install Now go to the directory that contains the DSRemote sourcecode and enter the following commands: -/usr/local/Qt-5.9.2/bin/qmake +/usr/local/Qt-5.9.3/bin/qmake make -j8