Brainlearn 26.4
Posted: Sat Nov 25, 2023 6:15 pm
Brainlearn 26.4
https://github.com/amchess/BrainLearn/releases/tag/26.4
https://github.com/amchess/BrainLearn/releases/tag/26.4
You need to have the libcurl library installed, that is why it gives an error. BrainLearn needs it to make API requests to chessDB for LiveBook usage.
Thank you for such a detailed explanation, but itβs still interesting to figure it out and try to make a compilation rather than just using ready-made compilations.IbaiBuR wrote: βWed Nov 29, 2023 11:13 amYou need to have the libcurl library installed, that is why it gives an error. BrainLearn needs it to make API requests to chessDB for LiveBook usage.
In Linux it is quite easy to install it, because you only have to install libcurl4-openssl-dev with you package manager depending on the distribution you use.
For Windows, you'll notice that when you download the BrainLearn source code there is a folder called "curl", there you'll find the necessary files for compilation.
I am not sure, but I think you'll have to move the curl folder into mingw64/bin/include in order to make the compilation work.
If you don't manage to compile it just use the pre-compiled binaries that Andrea uploaded in the latest release tag.
Regards.
Nothing works from your advice, could you provide more precise help?IbaiBuR wrote: βWed Nov 29, 2023 11:13 amYou need to have the libcurl library installed, that is why it gives an error. BrainLearn needs it to make API requests to chessDB for LiveBook usage.
In Linux it is quite easy to install it, because you only have to install libcurl4-openssl-dev with you package manager depending on the distribution you use.
For Windows, you'll notice that when you download the BrainLearn source code there is a folder called "curl", there you'll find the necessary files for compilation.
I am not sure, but I think you'll have to move the curl folder into mingw64/bin/include in order to make the compilation work.
If you don't manage to compile it just use the pre-compiled binaries that Andrea uploaded in the latest release tag.
Regards.