From 4bf906c93ed295bfc0d42073094ecd1fe2cf998c Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Fri, 22 Jul 2016 15:00:37 -0500 Subject: [PATCH] README: document the requirements needed for the script to run. Signed-off-by: Simental Magana, Marcos --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 729ea5b..10898b7 100644 --- a/README +++ b/README @@ -18,3 +18,10 @@ Example: perl make-fmv-patch.pl sourcecode: Absolute path to the source file from where patches will be generated +------------ +Requirements +------------ +- Exuberant ctags: + In order to use `make-fvm-patch.pl` your system will need Exuberant Ctags + (https://sourceforge.net/projects/ctags/), this is due to the `--c-kinds` + ctags' flag usage.