我想安装 owping,但是我无法配置和编译源代码。我已经安装了autoconf。
我已经下载并解压了 master 分支的源代码。运行命令:
./configure
给出“没有这样的文件或目录”
在互联网上我发现以下命令可能会有所帮助。
autoreconf -i
但最终我无法制作和安装这个工具。它给出了错误。请你帮助我好吗?
答案1
似乎有一些更新$ git submodule update --init
。并且:configure
使用 可以最正确地创建脚本bootstrap
。
$ git clone https://github.com/perfsonar/owamp.git
$ cd owamp/
$ git submodule update --init
$ ./bootstrap
$ ./configure
$ make ## no errors here