Merge pull request #1 from mrkz/requirements_readme

README: document the requirements needed for the script to run.
This commit is contained in:
Victor
2016-07-22 15:41:01 -05:00
committed by GitHub
+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.