mirror of
https://github.com/clearlinux/make-fmv-patch.git
synced 2026-08-18 20:15:53 +00:00
Merge pull request #1 from mrkz/requirements_readme
README: document the requirements needed for the script to run.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user