LibreMaple-Client
LibreMaple-Client copied to clipboard
../../freetype/objs/.libs/libfreetype.so: No such file or directory
I got this error when I tried to compile it.
The libfreetype.so is there, I can use ls to see it. But it is not there. Why?
I install freetype by using apt-get install libfreetype6 and change the path to /usr/lib/x86_64-linux-gnu/libfreetype.so and it works. But this is a workaround.