Hey brucelee
I was trying to build from source from the master branch but I kept getting this error:
Code:
[ 50%] Building CXX object crengine/CMakeFiles/crengine.dir/src/lvfntman.cpp.o
/home/kef/PBDEV/sources/cr3-fork/crengine/src/lvfntman.cpp: In member function 'virtual LVFontGlyphCacheItem* LVFreeTypeFace::getGlyph(lUInt16, lChar16)':
/home/kef/PBDEV/sources/cr3-fork/crengine/src/lvfntman.cpp:1300: error: 'FT_Outline_EmboldenXY' was not declared in this scope
crengine/CMakeFiles/crengine.dir/build.make:494: recipe for target 'crengine/CMakeFiles/crengine.dir/src/lvfntman.cpp.o' failed
make[2]: *** [crengine/CMakeFiles/crengine.dir/src/lvfntman.cpp.o] Error 1
CMakeFiles/Makefile2:250: recipe for target 'crengine/CMakeFiles/crengine.dir/all' failed
make[1]: *** [crengine/CMakeFiles/crengine.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2
Failed compiling binary!
I've followed the instructions in the readme file on the github page. Is there anything I can do here?