1

我的开发环境有一个运行在 VirtualBox 中的 ubuntu 服务器 14.04。我使用安装了 Netbeans 和其他支持软件的 Mac OS X。只有服务器组件驻留在 VirtualBox 中。

Mac OS X
|- Netbeans
|- VirtualBox
  |-- Ubuntu Server 14.04 (LAMP)

我的问题是如何在 Netbeans 中运行 ApiGen 而无需在 Mac OS X 中安装 pear/apigen?

目前我收到以下错误,

Warning: require(Nette/Diagnostics/Debugger.php): failed to open stream: No such file or directory in /usr/bin/apigen on line 48

Fatal error: require(): Failed opening required 'Nette/Diagnostics/Debugger.php' (include_path='.:') in /usr/bin/apigen on line 48
4

1 回答 1

0

我建议您使用 PHAR 文件来避免与您的版本库冲突(可能是作曲家或其他版本冲突)。

您可以在主页上下载它https://github.com/apigen/apigen#installation

于 2014-12-22T23:47:58.663 回答