-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install on Solus OS? #29
Comments
Hello, installing should also be possible, however the dependencies and build steps might be slightly different. I think GCC and make should be the same, only libusb has to be adjusted to the respective distribution's package manager. If it is installed and found by the makefile, compiling should be possible (i.e. downloading the repo's content and just typing 'make' in the respective directory). If libusb is not found, compiling will result in an error (please post the error message here if so). If compiling works, you can test the binary by calling 'sudo msiklm test' and if this works, you can manually copy it to whatever location you like. Once the binary works, it has no other dependency besides libusb. |
$ sudo eopkg install gcc make libhidapi-dev That's the error, didn't have a chance to use the others. I'm trying to find a solution, Solus OS is great but has some annoying differences. |
I found a solution for the first step, I used |
Actually it is hard to say what's wrong here. Did you change the IDs in the source code or not? If so then your keyboard might be not compatible. Otherwise I suspect an issue with libusb. You could maybe test with a live ubuntu and verify if it works there and then it might be possible to locate the issue further once it is known that it can bei resolved. |
None of the commands work when using with Solus OS, is it supported?
Regards,
The text was updated successfully, but these errors were encountered: