Mention dependency on svn as required for popen_noshell.c

When we run make fetchthirdparty it does svn co of popen-noshell
This commit is contained in:
Tigran Aivazian
2012-10-03 08:37:06 +01:00
parent e5a2ac4344
commit da766c09ce

View File

@@ -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