amchess / ShashChess

A try to implement Alexander Shashin's theory on a Stockfish's derived chess engine
GNU General Public License v3.0
131 stars 28 forks source link

fatal error: curl/curl.h: No such file or directory - Compile on Windows mingw64 #27

Closed bitsocket closed 2 years ago

bitsocket commented 2 years ago

cd ShashChess/src/All make build ARCH=x86-64-bmi2 COMP=gcc COMPCXX=g++

search.cpp:44:10: fatal error: curl/curl.h: No such file or directory 44 | #include <curl/curl.h> | ^~~~~

The include file 'curl.h' is missing.

RapidGames2 commented 2 years ago

i have the same problem. Can you help me plz ? thanks

amchess commented 2 years ago

You have to download the curl library and put it in the mingw compiler

RapidGames2 commented 2 years ago

Link for download please ? thanks

amchess commented 2 years ago

https://www.dropbox.com/s/aiqlfhlqvvzt4z5/mingw6432version10.2.7z?dl=0

Use it: there is all to build. Follow the readme.

RapidGames2 commented 2 years ago

Thank you very much. Solved

RapidGames2 commented 2 years ago

Small request: can you do the same thing and on gcc 11.2 please? thanks