robiot / xclicker

XClicker - Fast gui autoclicker for x11 linux desktops
https://xclicker.xyz
GNU General Public License v3.0
475 stars 43 forks source link

ARMv7 Support #24

Closed mollthecoder closed 2 years ago

mollthecoder commented 2 years ago

Possibly provide binaries for ARMv7 architecture? That would be very useful.

robiot commented 2 years ago

Yes. I am thinking about setting up github actions or something to build assets when I create a release (Deb, AppImg, SomeArmPackage)

mollthecoder commented 2 years ago

Yes. I am thinking about setting up github actions or something to build assets when I create a release (Deb, AppImg, SomeArmPackage)

That's a good idea.

robiot commented 2 years ago

This is now implemented. It now builds for arm, aarch64 and amd64 automatically with github actions!!! I don't have an arm machine right now, so could you test it and tell me if it worked?

mollthecoder commented 2 years ago

The problem for me is that ARMv7 is 32-bit and those files are 64-bit, it appears. Sorry.

robiot commented 2 years ago

The problem for me is that ARMv7 is 32-bit and those files are 64-bit, it appears. Sorry.

There is for both 32bit(arm)and 64bit(aarch) The one you should be using is the one called arm. Test that one.

mollthecoder commented 2 years ago
dpkg: error processing archive xclicker_1.3.2_arm.deb (--install):
 package architecture (arm) does not match system (armhf)
Errors were encountered while processing:
 xclicker_1.3.2_arm.deb
mollthecoder commented 2 years ago

Here's a uname: Linux raspberrypi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l GNU/Linux

robiot commented 2 years ago

dpkg: error processing archive xclicker_1.3.2_arm.deb (--install):

 package architecture (arm) does not match system (armhf)

Errors were encountered while processing:

 xclicker_1.3.2_arm.deb

Oh yes, its arch arm in the dpkg when it should be armhf. I will change it asap. For now, use the appimage

mollthecoder commented 2 years ago

Yes, it works wonderfully now.