Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README should mention libharfbuzz-dev as a dependency #271

Closed
lpanebr opened this issue Jan 24, 2021 · 0 comments
Closed

README should mention libharfbuzz-dev as a dependency #271

lpanebr opened this issue Jan 24, 2021 · 0 comments

Comments

@lpanebr
Copy link

lpanebr commented Jan 24, 2021

If libharfbuzz-dev is not installed you get a build error.

sudo make install                
c99 -I/usr/X11R6/include  `pkg-config --cflags fontconfig`  `pkg-config --cflags freetype2`  `pkg-config --cflags harfbuzz` -DVERSION=\"0.8.2\" -D_XOPEN_SOURCE=600  -O -c x.c
Package harfbuzz was not found in the pkg-config search path.
Perhaps you should add the directory containing `harfbuzz.pc'
to the PKG_CONFIG_PATH environment variable
No package 'harfbuzz' found
In file included from x.c:23:
hb.h:2:10: fatal error: hb.h: No such file or directory
    2 | #include <hb.h>
      |          ^~~~~~
compilation terminated.
make: *** [Makefile:22: x.o] Error 1
wlmchen pushed a commit to wlmchen/st that referenced this issue Nov 20, 2022
sifu2 pushed a commit to sifu2/luke_st that referenced this issue Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant