pooler / cpuminer

CPU miner for Litecoin and Bitcoin
https://bitcointalk.org/index.php?topic=55038.0
Other
2.79k stars 1.21k forks source link

clang: error: no such file or directory: '@LIBCURL_CPPFLAGS@' #278

Closed Hamtar0z closed 7 months ago

Hamtar0z commented 7 months ago

Basic *nix build instructions: ./autogen.sh # only needed if building from git repo ./nomacro.pl # in case the assembler doesn't support macros ./configure CFLAGS="-O3" # make sure -O3 is an O and not a zero! make

clang: error: no such file or directory: '@LIBCURL_CPPFLAGS@'

pooler commented 7 months ago

You probably didn't have the required libcurl development package installed.

Try building from tarball instead.

Hamtar0z commented 7 months ago

You probably didn't have the required libcurl development package installed.

Try building from tarball instead.

Screen Shot 2567-04-10 at 17 11 30

error same as before

Hamtar0z commented 7 months ago

..

pooler commented 7 months ago

Try building from tarball instead.

error same as before

Did you use pooler-cpuminer-2.5.1.tar.gz from https://github.com/pooler/cpuminer/releases?

Hamtar0z commented 7 months ago

Try building from tarball instead.

error same as before

Did you use pooler-cpuminer-2.5.1.tar.gz from https://github.com/pooler/cpuminer/releases?

git clone https://github.com/pooler/cpuminer.git

Hamtar0z commented 7 months ago

Try building from tarball instead.

error same as before

Did you use pooler-cpuminer-2.5.1.tar.gz from https://github.com/pooler/cpuminer/releases?

how to start in mac os