2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00

update building section in Makefile

This commit is contained in:
Qingping Hou 2012-06-09 20:22:15 +08:00
parent 1e3d72df70
commit 794e9188fc

View File

@ -18,9 +18,12 @@ Follow these steps:
- install muPDF third-party sources (see muPDF homepage) into a new subfolder
"mupdf/thirdparty"
- install Lua sources into subfolder "lua"
- install libDjvuLibre sources into subfolder "djvulibre"
- install CREngine sources into subfolder "kpvcrlib/crengine"
=> note that there's a make target to do this. You need wget, unzip and git
- install LuaJit sources into subfolder "luajit-2.0"
=> note that there's a make target to do all the above. You need wget, unzip and git
installed. Then just run "make fetchthirdparty".
- adapt Makefile to your needs