Lurkki14 / tuxclocker

Qt overclocking tool for GNU/Linux
GNU General Public License v3.0
777 stars 31 forks source link

Add Qt X11 Extras to README #42

Closed Bengt closed 4 years ago

Bengt commented 4 years ago

I needed to install the package libqt5x11extras5-dev to be able to compile. So I would suggest adding it to the readme. Full log:

$ qmake rojekti.pro
Project ERROR: Unknown module(s) in QT: x11extras
$ sudo apt install --yes libqt5x11extras5-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  libqt5x11extras5-dev
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 7.236 B of archives.
After this operation, 52,2 kB of additional disk space will be used.
Get:1 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5x11extras5-dev amd64 5.9.5-0ubuntu1 [7.236 B]
Fetched 7.236 B in 0s (99,8 kB/s)         
Selecting previously unselected package libqt5x11extras5-dev:amd64.
(Reading database ... 355971 files and directories currently installed.)
Preparing to unpack .../libqt5x11extras5-dev_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5x11extras5-dev:amd64 (5.9.5-0ubuntu1) ...
Setting up libqt5x11extras5-dev:amd64 (5.9.5-0ubuntu1) ...
$ qmake rojekti.pro
Bengt commented 4 years ago

This is under Ubuntu 18.04.

Lurkki14 commented 4 years ago

You should add a separate (and more complete) section for Ubuntu since these package names aren't universally applicable.

Bengt commented 4 years ago

I added a Prerequisites section for the OS-level dependencies and made them valid instructions for Ubuntu. I tested against 18.04, so maybe package names are slightly different for other iterations.

Bengt commented 4 years ago

@Lurkki14 I put the distribution-agnostic instructions back in. I hope this is now satisfactory.

Bengt commented 4 years ago

Thanks for the merge.

Lurkki14 commented 4 years ago

Looks good, merged.