cpuminer ubuntu 12.04 build

来源:互联网 发布:mac 自带svn客户端 编辑:程序博客网 时间:2024/05/19 06:48
cpuminer ubuntu 12.04 build

sudo apt-get install libtool
sudo apt-get install autoconf2.59
sudo apt-get install curl
sudo apt-get install libcurl4-nss-dev

Sorry for necroposting, but there is solution. (I am using FreeBSD).

Code:

$ cd cpuminer
$ mkdir m4
$ cp /usr/local/share/doc/curl/libcurl/libcurl.m4 m4


Then add string "ACLOCAL_AMFLAGS = -I m4" to file Makefile.am and edit file autogen.sh - replace string "aclocal" with "aclocal -I m4".

That's all.