merge-requests/1/head
Teuniz 2015-05-30 14:46:22 +02:00
rodzic 9dc166479c
commit 42aa9ffdb3
1 zmienionych plików z 13 dodań i 10 usunięć

Wyświetl plik

@ -1,19 +1,22 @@
# DSRemote
Operate your Rigol oscilloscope from your Linux desktop.
========================================================
How to compile:
===============
---------------
Install the Qt4 development package.
For example, on openSuse, start Yast and install the package "libqt4-devel".
On Ubuntu, open a console and enter: sudo apt-get install libqt4-dev libqt4-core g++
- Install the Qt4 development package.
For example, on openSuse, start Yast and install the package "libqt4-devel".
On Ubuntu, open a console and enter: sudo apt-get install libqt4-dev libqt4-core g++
Now, open a terminal (console) and cd to the directory that contains the source files and
enter the following commands:
- Now, open a terminal (console) and cd to the directory that contains the source files and
enter the following commands:
qmake
make -j16
sudo make install
qmake
Now you can run the program by typing: dsremote
make -j16
sudo make install
Now you can run the program by typing: dsremote