mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Merge remote-tracking branch 'dpavlin/houqp/epub' into epub
This commit is contained in:
6
Makefile
6
Makefile
@@ -11,6 +11,9 @@ CRENGINEDIR=$(KPVCRLIGDIR)/crengine
|
||||
FREETYPEDIR=$(MUPDFDIR)/thirdparty/freetype-2.4.8
|
||||
LFSDIR=luafilesystem
|
||||
|
||||
# must point to directory with *.ttf fonts for crengine
|
||||
TTF_FONTS_DIR=/usr/share/fonts/truetype/freefont/
|
||||
|
||||
# set this to your ARM cross compiler:
|
||||
|
||||
CC:=arm-unknown-linux-gnueabi-gcc
|
||||
@@ -116,7 +119,8 @@ fetchthirdparty:
|
||||
-rm -Rf mupdf/thirdparty
|
||||
git submodule init
|
||||
git submodule update
|
||||
ln -s kpvcrlib/crengine/cr3gui/data data
|
||||
ln -sf kpvcrlib/crengine/cr3gui/data data
|
||||
test -d fonts || ln -sf $(TTF_FONTS_DIR) fonts
|
||||
test -f mupdf-thirdparty.zip || wget http://www.mupdf.com/download/mupdf-thirdparty.zip
|
||||
unzip mupdf-thirdparty.zip -d mupdf
|
||||
cd mupdf/thirdparty/jpeg-*/ && \
|
||||
|
||||
Reference in New Issue
Block a user