From 794e9188fc7a5cc0fdecb40843d34066adfd376d Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Sat, 9 Jun 2012 20:22:15 +0800 Subject: [PATCH] update building section in Makefile --- README.TXT | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.TXT b/README.TXT index 557c0809c..f05e506f8 100644 --- a/README.TXT +++ b/README.TXT @@ -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