Error when compiling
MythraUwU opened this issue · 3 comments
MythraUwU commented
Sorry for the inconvenience, it gives me this error when compiling its source code:
https://cdn.discordapp.com/attachments/647265201103831081/702626710591635527/error.jpg
diwo commented
The project has a dependency on freetype, you need to install the switch-freetype
package with dkp-pacman
MythraUwU commented
After installing with pacman the packages that they indicated to me, now it gives me this error:
https://cdn.discordapp.com/attachments/647265201103831081/702642152915730432/unknown.png
Thanks for your help.
diwo commented
It looks like the copy of libtesla you're compiling against is too new. Text reader hasn't been updated to work with that version. Currently you need to check out libtesla commit 323cb30
to compile textreader's master branch