Search Criteria
Package Details: cleartouch-git 0.1.0.r14.g4c37c64-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cleartouch-git.git (read-only, click to copy) |
---|---|
Package Base: | cleartouch-git |
Description: | A touchpad vizualizer written in zig |
Upstream URL: | https://github.com/canadaduane/cleartouch |
Licenses: | MIT |
Conflicts: | cleartouch |
Provides: | cleartouch |
Submitter: | martorskull |
Maintainer: | martorskull |
Last Packager: | martorskull |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-09-08 18:40 (UTC) |
Last Updated: | 2022-09-08 18:40 (UTC) |
Dependencies (8)
- glfw (glfw-git, glfw-wayland-minecraft, glfw-wayland-minecraft-libdecoration, glfw-wayland, glfw-x11)
- libxcursor (libxcursor-git)
- libxi (libxi-git)
- libxinerama (libxinerama-randr-git)
- libxrandr (libxrandr-git)
- udev (eudev-git, eudev, nldev, systemd-homed-containers, systemd-git, systemd-selinux, systemd)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- zig (zvm, zig-static, zig-dev-bin, zig-git) (make)
Latest Comments
MeisBarry commented on 2023-02-23 04:11 (UTC)
Okay I started digging and manually compiling a little.
At the top of
build.zig
I changedaddIncludeDir
toaddIncludePath
, andaddLibPath
toaddLibraryPath
. Then I got this error:I don't know anything about Zig but it seems like the language is unstable and recent changes broke a lot of things. I submitted an issue to the cleartouch github: https://github.com/canadaduane/cleartouch/issues/2
MeisBarry commented on 2023-02-23 03:33 (UTC) (edited on 2023-02-23 03:35 (UTC) by MeisBarry)
I'm getting an error during the build step: