From 334bedee971e051b85bcca2369da822ea95804c8 Mon Sep 17 00:00:00 2001 From: Tigran Aivazian Date: Wed, 3 Oct 2012 08:37:06 +0100 Subject: [PATCH] Mention dependency on svn as required for popen_noshell.c When we run make fetchthirdparty it does svn co of popen-noshell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0093a9ebd..4ca2e4952 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Follow these steps: * install LuaJit sources into subfolder "luajit-2.0" * automatically fetch thirdparty sources with Makefile: - * make sure you have wget, unzip and git installed + * make sure you have wget, unzip, git and svn installed * run `make fetchthirdparty`. * adapt Makefile to your needs