merge-requests/1/head
Teuniz 2017-02-04 18:13:25 +01:00
rodzic e29417d200
commit 51e670ea19
1 zmienionych plików z 16 dodań i 16 usunięć

Wyświetl plik

@ -6,25 +6,25 @@ How to compile:
---------------
- Install Git, the GCC compiler and the Qt4 development package:
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
Fedora 25: sudo dnf install git-core qt-devel gcc-c++
- 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 />
Fedora 25: sudo dnf install git-core qt-devel gcc-c++<br />
- Download the source code:
mkdir DSRemote_git
cd DSRemote_git
git init
git pull https://github.com/Teuniz/DSRemote
- Download the source code:<br />
mkdir DSRemote_git<br />
cd DSRemote_git<br />
git init<br />
git pull https://github.com/Teuniz/DSRemote<br />
- Create the makefile:
Linux Mint 18: qmake
openSuse Leap 42.2: qmake
Fedora 25: qmake-qt4
- Create the makefile:<br />
Linux Mint 18: qmake<br />
openSuse Leap 42.2: qmake<br />
Fedora 25: qmake-qt4<br />
- Compile the source code and install it:
make -j16
sudo make install
- Compile the source code and install it:<br />
make -j16<br />
sudo make install<br />
Now you can run the program by typing: dsremote