3

http://www.phpdoc.org/のホームページ、http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.quickstart.pkg.html、およびhttps://github.com /phpDocumentor/phpDocumentor2、phpDocumentor をインストールする手順は次のとおりです。

pear channel-discover pear.phpdoc.org
pear install phpdoc/phpDocumentor

私がそうするとき、私はそれが非推奨であることがわかります:

[root@desktop ~]# pear channel-discover pear.phpdoc.org
Adding Channel "pear.phpdoc.org" succeeded
Discovery of channel "pear.phpdoc.org" succeeded
[root@desktop ~]# pear install PhpDocumentor
WARNING: "pear/PhpDocumentor" is deprecated in favor of "phpdoc/phpdocumentor"
Did not download optional dependencies: pear/XML_Beautifier, use --alldeps to download automatically
pear/PhpDocumentor can optionally use package "pear/XML_Beautifier" (version >= 1.1)
downloading PhpDocumentor-1.4.4.tgz ...
Starting to download PhpDocumentor-1.4.4.tgz (1,534,088 bytes)
..............................................................................................................................................................................................................................................................................................................done: 1,534,088 bytes
install ok: channel://pear.php.net/PhpDocumentor-1.4.4
[root@desktop ~]# pear uninstall PhpDocumentor
uninstall ok: channel://pear.php.net/PhpDocumentor-1.4.4

http://www.phpdoc.org/docs/latest/for-users/installation/using-pear.html#requirementsによると、手順は次のとおりです。

$ pear install phpdoc/phpDocumentor-beta

PEAR を使用して phpDocumentor をインストールするための推奨される方法はどれですか?

4

3 に答える 3