README: document the requirements needed for the script to run.

Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
This commit is contained in:
Simental Magana, Marcos
2016-07-22 15:00:37 -05:00
parent 5700dbe509
commit 4bf906c93e
+7
View File
@@ -18,3 +18,10 @@ Example: perl make-fmv-patch.pl <buildlog> <sourcecode>
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.