3 Star 6 Fork 0

Gitee 极速下载 / cpuminer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/jgarzik/cpuminer
克隆/下载
autogen.sh 200 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jeff Garzik 提交于 2012-12-05 19:42 . autogen.sh: call autoreconf
#!/bin/sh
# You need autoconf 2.5x, preferably 2.57 or later
# You need automake 1.7 or later. 1.6 might work.
set -e
aclocal
autoheader
automake --gnu --add-missing --copy
autoconf
autoreconf -i
C/C++
1
https://gitee.com/mirrors/cpuminer.git
git@gitee.com:mirrors/cpuminer.git
mirrors
cpuminer
cpuminer
master

搜索帮助