Work in progress.

merge-requests/1/head
Teuniz 2018-01-06 15:37:06 +01:00
rodzic 0ef53492d0
commit ccb8bca010
1 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -8,7 +8,7 @@ How to compile:
- Install Git, the GCC compiler and the Qt4 development package:<br />
Linux Mint 18: sudo apt-get install git-core libqt4-dev libqt4-core g++<br />
openSuse Leap 42.2: sudo zypper in git-core libqt4-devel<br />
openSuse Leap 42.3: sudo zypper in git-core libqt4-devel<br />
Fedora 25: sudo dnf install git-core qt-devel gcc-c++<br />
- Download the source code:<br />
@ -19,7 +19,7 @@ How to compile:
- Create the makefile:<br />
Linux Mint 18: qmake<br />
openSuse Leap 42.2: qmake<br />
openSuse Leap 42.3: qmake<br />
Fedora 25: qmake-qt4<br />
- Compile the source code and install it:<br />
@ -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