Debayan Sutradhar
Debayan Sutradhar
Hello i have added the keyboards, but still need to do some mods in github actions to get it to compile with qt 6.5, before i can roll out new...
Did you install qt6 from linux mint repositories? they offer an older qt 6.2 version, latest LTS is qt 6.5 you can try installing latest qt by using qt maintenance...
Did you use the maintenance tool? Itll run on any distro and offer 6.5 installation
its a GUI tool very easy to use https://www.qt.io/download-qt-installer-oss download for linux, itll download a .run file that you can run
Which CMakeLists.txt are you executing? It looks like you are running `cmake` inside the `src` directory. you should run it in the root folder of the repo instead.
I am assuming you have installed Qt 6.5 via the maintenance tool, but it is installed in a different location. you need to provide that path in `CMAKE_PREFIX_PATH`. You can...
You do not need to have 6.2 installed, you need to have 6.5 installed. I think we are having a miscommunication, so sorry for that if i have not been...
Sorry for the late reply. let's take a small step back. i will explain myself better: 1. take the installation path that you specified inside the Qt Maintenance tool before...
you need to build it with `cmake --build . --parallel` (Assuming you ran the command i gave you above and not one from the tutorial) after that it should be...
Do the following: 1. Download [hidapitester](https://github.com/todbot/hidapitester/releases/tag/0.2) 2. Run ` --vidpid 0c45:8008 --list-detail` 3. It will print a list of blocks, with `paths`. 4. Take each `path` and run the following...