Skip to content

Commit

Permalink
Readme: Link arch-linux aur package ahk_x11-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed Apr 1, 2024
1 parent b4f092d commit e3675f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Also planned, even though it's not part of 1.0.24 spec:

**[Download the latest binary from the release section](https://github.com/phil294/AHK_X11/releases)** (the file called `ahk_x11.AppImage`). Make the downloaded file executable ([how?](https://askubuntu.com/a/484719/378854)) and you should be good to go: Just double click it *or* run it in the console without arguments (**without** sudo). If this doesn't work, you might have to also install FUSE for now: `sudo apt-get install libfuse2`

<details><summary>Alternative for Arch Linux users: AUR package</summary>There's an <a href="https://aur.archlinux.org/packages/ahk_x11">ahk_x11</a> and an <a href="https://aur.archlinux.org/packages/ahk_x11-git">ahk_x11-git</a> package available, kindly maintained by Freso. Note: With these packages, contrary to the AppImage one, if you use the script compilation feature, the resulting binaries will *not* be portable across different Linux distributions! Alternatively, you can also build the AppImage from source if you have Docker installed (see "Build from source" below)</details>
<details><summary>Alternative for Arch Linux users: AUR package</summary>There's an <a href="https://aur.archlinux.org/packages/ahk_x11-bin">ahk_x11-bin</a> package and an <a href="https://aur.archlinux.org/packages/ahk_x11">ahk_x11</a> / <a href="https://aur.archlinux.org/packages/ahk_x11-git">ahk_x11-git</a> package available, kindly maintained by sonofaglitch and Freso, respectively. You can use those. It's recommended to use the former (ahk_x11-bin) because its more portable. The other two compile from source, but note that then if you use the script compilation feature, the resulting binaries will *not* be reusable across different Linux distributions! Alternatively, you can also build the AppImage from source if you have Docker installed (see "Build from source" below)</details>

Prerequisites:
- X11 is the only dependency. You most likely have them already. Wayland support would be cool too some day.
Expand Down

0 comments on commit e3675f8

Please sign in to comment.