kopia lustrzana https://gitlab.com/Teuniz/DSRemote
Update readme.
rodzic
9dc166479c
commit
42aa9ffdb3
23
README.md
23
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue