Work in progress.

merge-requests/1/head
Teuniz 2018-01-28 17:45:52 +01:00
rodzic a92b2d8bcd
commit 06dffec5ee
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -6,8 +6,8 @@ How to compile:
---------------
- 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 />
- Install Git, make, the GCC compiler and the Qt4 development package:<br />
Linux Mint 18: sudo apt-get install git-core make libqt4-dev libqt4-core g++<br />
openSuse Leap 42.3: sudo zypper in git-core libqt4-devel<br />
Fedora 25: sudo dnf install git-core qt-devel gcc-c++<br />