From e29052dbbca9305eea67356520c0a1e41799d6fa Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Wed, 3 Oct 2012 13:40:53 +0200 Subject: [PATCH] Mention open_noshell in the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ca2e4952..ee48f0504 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Follow these steps: * install libDjvuLibre sources into subfolder "djvulibre" * install CREngine sources into subfolder "kpvcrlib/crengine" * install LuaJit sources into subfolder "luajit-2.0" + * install popen_noshell sources into subfolder "popen-noshell" * automatically fetch thirdparty sources with Makefile: * make sure you have wget, unzip, git and svn installed @@ -58,7 +59,7 @@ Device emulation The code also features a device emulation. You need SDL headers and library for this. It allows to develop on a standard PC and saves precious development time. It might also compose the most unfriendly desktop PDF reader, depending -on your view. +on your view. If you are using Ubuntu, simply install `libsdl-dev1.2` package.