robiot / xclicker

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

Doesn't Run #62

Closed Thonkman closed 1 year ago

Thonkman commented 1 year ago

ISSUE TYPE:

OS / ENVIRONMENT:

STEPS TO REPRODUCE:

  1. Download xclicker using any method
  2. try making
  3. fails

EXPECTED BEHAVIOUR:

should download and be runnable

ACTUAL BEHAVIOUR:

fails to download due to /home/user/xclicker/PKGBUILD: line 17: make: command not found

Additional information (optional):

robiot commented 1 year ago

You wil need to install the base-devel package. Without it, you can't do much with pkgbuilds at all.

pacman -S base-devel

Thonkman commented 1 year ago

Thanks a ton!