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.
I got this error when I tried to compile it.
The
libfreetype.sois there, I can uselsto see it. But it is not there. Why?I install
freetypeby usingapt-get install libfreetype6and change the path to/usr/lib/x86_64-linux-gnu/libfreetype.soand it works. But this is a workaround.