kopia lustrzana https://gitlab.com/Teuniz/DSRemote
update readme.
rodzic
9407e9debd
commit
e29417d200
25
README.md
25
README.md
|
@ -7,28 +7,27 @@ How to compile:
|
||||||
|
|
||||||
|
|
||||||
- Install Git, the GCC compiler and the Qt4 development package:
|
- Install Git, the GCC compiler and the Qt4 development package:
|
||||||
Linux Mint 18: sudo apt-get install git-core libqt4-dev libqt4-core g++
|
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.2: sudo zypper in git-core libqt4-devel
|
||||||
Fedora 25: sudo dnf install git-core qt-devel gcc-c++
|
Fedora 25: sudo dnf install git-core qt-devel gcc-c++
|
||||||
|
|
||||||
- Download the source code:
|
- Download the source code:
|
||||||
mkdir DSRemote_git
|
mkdir DSRemote_git
|
||||||
cd DSRemote_git
|
cd DSRemote_git
|
||||||
git init
|
git init
|
||||||
git pull https://github.com/Teuniz/DSRemote
|
git pull https://github.com/Teuniz/DSRemote
|
||||||
|
|
||||||
- Create the makefile:
|
- Create the makefile:
|
||||||
Linux Mint 18: qmake
|
Linux Mint 18: qmake
|
||||||
openSuse Leap 42.2: qmake
|
openSuse Leap 42.2: qmake
|
||||||
Fedora 25: qmake-qt4
|
Fedora 25: qmake-qt4
|
||||||
|
|
||||||
- Compile the source code and install it:
|
- Compile the source code and install it:
|
||||||
make -j16
|
make -j16
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
Now you can run the program by typing: dsremote
|
Now you can run the program by typing: dsremote
|
||||||
|
|
||||||
|
|
||||||
Read also the file readme_usbtcm_driver.txt
|
Read also the file readme_usbtcm_driver.txt
|
||||||
and the file notes.txt.
|
and the file notes.txt.
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue