Post #4168046
2026-07-28 15:24 UTC
I overlooked this line from the docs:
Benötigt werden cmake, git, libgd und libusb - bei manchen Distributionen (z.B. Ubuntu) sind die Header-Files in separaten Paketen "libusb-dev" die ggf. noch nachinstalliert werden müssen.
I should have done sudo apt install libgd-dev libusb-1.0-0-dev before attempting compilation.
Replies (2)
-
@eldavi@lemmy.ml 2026-07-28 16:39
isn’t it a great feeling when you answer your own question? lol
-
@ranzispa@mander.xyz 2026-07-29 07:49
Great, you found the correct way to compile software: disregard documentation and install libraries until the compiler stops complaining