Hi there!
This is my first post.
I really enjoy using rockbox on my ipod classic 5.5.
I'm looking for a nice font that supporsts Hebrew. Unfortinately, I havn't found any.
After reading up a bit, I came to the conclusion that I need to convert the fonts myself using convttf, on Linux, as the windows version does not support antialiasing.
I'm not very familier with the Linux command line, and I'm struggling to install convttf.
So far I've run: git clone
https://github.com/x1unix/convttf.gitThan I ran: cmake convttf/
It started doing stuff but then ran in to an error:
CMake Error at /usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS) Call Stack (most recent call first): /usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.13/Modules/FindFreetype.cmake:156 (find_package_handle_standard_args) CMakeLists.txt:3 (find_package)
I would apriciate any help, and I thank you in advanced.