#CMake error: Could NOT find UDEV
25 messages · Page 1 of 1 (latest)
I'm just following the instructions on this page:
https://github.com/ckb-next/ckb-next
Arch Linux: sudo pacman -S base-devel cmake libsystemd qt5-base zlib libdbusmenu-qt5 quazip libpulse qt5-tools libxcb xcb-util-wm qt5-x11extras git
And then run the following to download, compile, and install ckb-next:
git clone https://github.com/ckb-next/ckb-next.git
cd ckb-next
./quickinstall
You should get it from the AUR
https://aur.archlinux.org/packages/ckb-next

Try installing it normally (not with the chaotic AUR)
how do i do that?
Did you clone it?
In the cloned directory run makepkg -irs
that will download the dependencies, build the package, remove the make dependencies, then install it
Did you clone the git repo of the project?
You need to clone the for git of the AUR package
git clone https://github.com/ckb-next/ckb-next.git
I found someone with a similar error and they said reinstalling systemd fixed it
But you already got it working, so nevermind
Yeah apparently it had an update and needs to be rebuilt anyway, so no I didn't get it working
Isn't that bad?