kopia lustrzana https://gitlab.com/Teuniz/DSRemote
Work in progress.
rodzic
33b2a61c26
commit
f4fd721d1a
24
README
24
README
|
@ -2,7 +2,7 @@
|
|||
Operate your Rigol oscilloscope from your Linux desktop.
|
||||
========================================================
|
||||
|
||||
webpage and info: <https://www.teuniz.net/DSRemote/>
|
||||
webpage and info: https://www.teuniz.net/DSRemote/
|
||||
|
||||
|
||||
How to compile:
|
||||
|
@ -84,7 +84,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.12.3-static
|
||||
in a new and separate directory: /usr/local/Qt-5.12.4-static
|
||||
|
||||
It will not interfere with other Qt programs.
|
||||
|
||||
|
@ -94,16 +94,16 @@ mkdir Qt5-source
|
|||
|
||||
cd Qt5-source
|
||||
|
||||
wget http://ftp1.nluug.nl/languages/qt/official_releases/qt/5.12/5.12.3/single/qt-everywhere-src-5.12.3.tar.xz
|
||||
wget http://ftp1.nluug.nl/languages/qt/official_releases/qt/5.12/5.12.4/single/qt-everywhere-src-5.12.4.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-src-5.12.3.tar.xz
|
||||
The Qt source package you are going to need is: qt-everywhere-src-5.12.4.tar.xz
|
||||
|
||||
tar -xvf qt-everywhere-src-5.12.3.tar.xz
|
||||
tar -xvf qt-everywhere-src-5.12.4.tar.xz
|
||||
|
||||
cd qt-everywhere-src-5.12.3
|
||||
cd qt-everywhere-src-5.12.4
|
||||
|
||||
./configure -v -prefix /usr/local/Qt-5.12.3-static -release -opensource -confirm-license -c++std c++11 -static -accessibility -fontconfig -skip qtdeclarative -skip qtconnectivity -skip qtmultimedia -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 -skip qt3d -skip qtpurchasing -skip qtquickcontrols -skip qtquickcontrols2 -skip qtspeech -skip qtwebengine
|
||||
./configure -v -prefix /usr/local/Qt-5.12.4-static -release -opensource -confirm-license -c++std c++11 -static -accessibility -fontconfig -skip qtdeclarative -skip qtconnectivity -skip qtmultimedia -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 -skip qt3d -skip qtpurchasing -skip qtquickcontrols -skip qtquickcontrols2 -skip qtspeech -skip qtwebengine
|
||||
|
||||
(takes about 2 minutes)
|
||||
|
||||
|
@ -115,12 +115,14 @@ sudo make install
|
|||
|
||||
Now go to the directory that contains the DSRemote sourcecode and enter the following commands:
|
||||
|
||||
/usr/local/Qt-5.12.3-static/bin/qmake
|
||||
/usr/local/Qt-5.12.4-static/bin/qmake
|
||||
|
||||
make -j6 (change option -j according to number of available cpu cores e.g -j4 or -j8)
|
||||
|
||||
sudo make install
|
||||
|
||||
reboot
|
||||
|
||||
Now you can run the program by typing: dsremote
|
||||
|
||||
Congratulations!
|
||||
|
@ -136,9 +138,9 @@ upx dsremote
|
|||
Notes:
|
||||
------
|
||||
|
||||
No pull-requests please, they will be ignored.
|
||||
This is not a community project.
|
||||
If you have found a bug or want to add some features, send me the sourcecode and I'll have a look at it.
|
||||
This is not a community project, so, no pull-requests please, they will be ignored.
|
||||
I only put the source here on Gitlab for backup and to make easy for other people to clone the project and tinker with it.
|
||||
If you have found a bug or want to add some features, send me your sourcecode/patch and I'll have a look at it.
|
||||
Then I'll decide what to do with it.
|
||||
|
||||
This is a Linux project. Patches or feature requests that will make it easier to port the program to
|
||||
|
|
Ładowanie…
Reference in New Issue