如何配置 Pymur?
How to configure Pymur?
我一直在尝试构建和安装 pymur by following the steps here。当我到达 ./configure 步骤时,我得到一个 "No such file or directory"。出于绝望,我尝试了 运行 configure.ac 文件但是我得到了这个错误:
File "./configure.ac", line 1
AC_INIT([pymur], [0.0], [mullerb@musc.edu])
^
SyntaxError: invalid syntax
那我做错了什么?
我通过执行以下操作解决了它:
brew install autoconf automake libtool
brew install boost double-conversion gflags glog libevent
我一直在尝试构建和安装 pymur by following the steps here。当我到达 ./configure 步骤时,我得到一个 "No such file or directory"。出于绝望,我尝试了 运行 configure.ac 文件但是我得到了这个错误:
File "./configure.ac", line 1
AC_INIT([pymur], [0.0], [mullerb@musc.edu])
^
SyntaxError: invalid syntax
那我做错了什么?
我通过执行以下操作解决了它:
brew install autoconf automake libtool
brew install boost double-conversion gflags glog libevent