We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e3e71 commit 162d37bCopy full SHA for 162d37b
2 files changed
README.rst
@@ -83,6 +83,27 @@ using PhpDocumentor with following commnad: ::
83
$ phpdoc -o HTML:Smarty:HandS -d . -t docs
84
85
86
+Generating package.xml
87
+----------------------
88
+First temporarily remove .git/ directory from project root. It causes *pfm* not to work correctly.
89
+::
90
+
91
+ $ pear install PEAR_PackageFileManager2
92
+ $ pear install PEAR_PackageFileManager_Cli
93
+ $ pfm
94
+ $ pear package package.xml
95
+ $ pear install/upgrade ./{PACKAGE_NAME} # Verify is package is installable
96
97
+Create *test.php* with contents and verify installation was successful:::
98
99
+ <?php
100
+ require_once 'FFmpegPHP2/FFmpegAutoloader.php';
101
102
+And run the file with:::
103
104
+ $ php test.php
105
106
107
References
108
----------
109
0 commit comments