ctpv icon indicating copy to clipboard operation
ctpv copied to clipboard

can't install

Open thisismygitrepo opened this issue 1 year ago • 1 comments

08:48:06 alex@alex-xps ctpv ±|master|→ sudo make install make -C embed make[1]: Entering directory '/home/alex/ctpv/embed' make[1]: 'embed' is up to date. make[1]: Leaving directory '/home/alex/ctpv/embed' cc -o src/ctpv.o src/ctpv.c -c -O2 -MD -Wall -Wextra -Wno-unused-parameter src/ctpv.c:2:10: fatal error: magic.h: No such file or directory 2 | #include <magic.h> | ^~~~~~~~~ compilation terminated. make: *** [Makefile:55: src/ctpv.o] Error 1

thisismygitrepo avatar Oct 05 '22 10:10 thisismygitrepo

You need to install libmagic library. Which Linux distribution do you use?

NikitaIvanovV avatar Oct 05 '22 14:10 NikitaIvanovV