could someone help me compile this Compton fork?
https://github.com/tryone144/compton/tree/improved_fbo
.I have followed the instructions here: github.com/tryone144/compton/blob/improved_fbo/README_orig.md
I installed the dependencies, I am really a bit lost in everything I have to do. It would be a great help if someone could take the time
I still don't understand how to clone from git, so I downloaded the zip, clicking on Code and then the clone or download button, then extracted it and followed the instructions in README_org.md file. I installed the dependencies, then opened a terminal in the extracted folder and ran:
rau @ rau-B250M-DS3H: ~ / Desktop / compton-improved_fbo $ sudo make [sudo] password for rau: make: pcre-config: The program was not found fatal: not a git repository (nor any of the top directories): .git fatal: not a git repository (nor any of the top directories): .git make: pcre-config: The program was not found cc -std = c99 -DCONFIG_XINERAMA -DCONFIG_LIBCONFIG -DCONFIG_REGEX_PCRE -DCONFIG_REGEX_PCRE_JIT -DCONFIG_VSYNC_DRM -DCONFIG_VSYNC_OPENGL -DCONFIG_VSYNC_OPENGL_GLSL -DCONFIG_VSYNC_OPENGL_FBO -DCONFIG_VSYNC_OPENGL_VBO -DCONFIG_DBUS -DCONFIG_XSYNC -DCONFIG_C2 -DCOMPTON_VERSION = "\" git - \ "" -Wall -I / usr / include / libdrm -I / usr / include / dbus-1.0 -I / usr / lib / x86_64-linux-gnu / dbus-1.0 / include -c src / c2.c In file included from src / c2.c: 11: src / c2.h: 18: 10: fatal error: pcre.h: File or directory does not exist 18 | #include | ^ ~~~~~~~ compilation terminated. make: *** [Makefile: 141: c2.o] Error 1 rau @ rau-B250M-DS3H: ~ / Desktop / compton-improved_fbo $