【发布时间】:2016-02-14 10:56:20
【问题描述】:
我正在关注 GAE(Google 应用引擎)安装的 Google 官方文档。 看这部分(相对于gae php扩展):https://github.com/GoogleCloudPlatform/appengine-php-extension
./configure --enable-gae --with-protobuf_inc=<include_path> --with-protobuf_lib=<lib_path>
文档说:
Set <include_path> and <lib_path> to where you have installed the protobuf headers and libraries in the previous step.
当我运行 ./configure 命令时,我总是在终端中遇到错误,因为我不知道哪些是正确的 protobuf 路径。
附言
安装 Protobuf 时,我遵循了以下文档:
https://github.com/google/protobuf/blob/master/src/README.md
我的/home/Experiments 文件夹包含 3 个文件夹:php-src、appengine-php-extension、protobuf。protobuf 文件夹是我安装“git cloned”protobuf 的地方。
【问题讨论】:
标签: google-app-engine google-app-engine-php