Skip to content

Commit 162d37b

Browse files
author
Vladimir Gorej
committed
PEAR release preparations.
1 parent c4e3e71 commit 162d37b

2 files changed

Lines changed: 86 additions & 73 deletions

File tree

README.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,27 @@ using PhpDocumentor with following commnad: ::
8383
$ phpdoc -o HTML:Smarty:HandS -d . -t docs
8484

8585

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+
86107
References
87108
----------
88109

0 commit comments

Comments
 (0)