linux - 在 linux mint 16 上为 python3 构建 protobuf

标签 linux python-3.x build protocol-buffers linux-mint

我在为 https://github.com/openx/python3-protobuf 中的 python 3 构建 Protocol Buffer 时遇到问题.根据说明,我必须运行以下命令来安装库:

  $ ./configure
  $ make
  $ make check
  $ make install

问题是,当我执行 ./configure(当然是在库的文件夹中)时,我收到一条错误消息:bash: ./configure: No such file or directory

如有任何帮助,我们将不胜感激。

谢谢

最佳答案

如果您直接从 git 编译而不是发布包,您首先必须运行 ./autogen.sh

关于linux - 在 linux mint 16 上为 python3 构建 protobuf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24309055/

相关文章:

linux - shell脚本中的Mongodb logrotate

python - 如何统计某一列的所有值?

python - 从列表中选择相邻的一对(或三合会等)

build - 如何加速 Nant Builds?

build - 在 travis-ci -golang 上找不到包

linux - 复制并粘贴到linux终端

linux - Bash 脚本第 106 行 : syntax error: unexpected end of file

ant - 尝试使用 Force.com 迁移工具 (ANT) 进行部署时我做错了什么

c++ - 我想使用 C++ 从目录中获取字符串中的文件名

python - 打包带有依赖项的单个 Python 模块