mortendynamite / g19daemon

Linux daemon for Logitech G19 Keyboard
GNU General Public License v3.0
22 stars 10 forks source link

dependent package installations in ubuntu 22.04? #32

Closed w4b-zero closed 2 days ago

w4b-zero commented 3 weeks ago

would it be possible to update the required packages for Ubuntu 22.04 as well as for qt6 in the readme.md?

**cmake 3.24.4 test -f /usr/share/doc/kitware-archive-keyring/copyright || wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ jammy main' | sudo tee /etc/apt/sources.list.d/kitware.list >/dev/null sudo apt-get update sudo apt-get install cmake

**packages sudo apt install build-essential debhelper libusb-1.0-0-dev libpulse-dev cppcheck libxcb-cursor0 libxcb-cursor-dev libglx-dev libgl1-mesa-dev

**qt6.7.3 - custom installation/full (online_installer.run) ~/Qt

sh ./mb.sh -DCMAKE_PREFIX_PATH=/home/zero/Qt/6.7.3/gcc_64 added to the cmake command (without it it didn't find qt6) make install changed to make because the error came up that there was no rule for install

cd build
sudo make install 

*** installation without error.

unfortunately the daemon doesn't start. how do I have to prepare the system to be able to start the daemon?

*** with qt5 (g19daemon 0.5.3) it still worked under ubuntu 22.04

jimmyd-be commented 3 weeks ago

For install QT6 in Ubuntu you can try using https://github.com/miurahr/aqtinstall

I cannot test this out because I'm on fedora and QT6 is already installed there.

Let me know if this works, then I will add this to the readme.

jimmyd-be commented 2 days ago

I will close this thread because of no response back. Please reopen it if this did not work