Brainlearn 26.4
Brainlearn 26.4
Brainlearn 26.4
https://github.com/amchess/BrainLearn/releases/tag/26.4
https://github.com/amchess/BrainLearn/releases/tag/26.4
Re: Brainlearn 26.4
It will be alright
- APOCALYPSE
- Posts: 293
- Joined: Sat Mar 26, 2022 9:37 am
- Contact:
Re: Brainlearn 26.4
Gives an error when compiling CURL files
- IbaiBuR
- Posts: 208
- Joined: Sun Jul 03, 2022 4:08 pm
- Real Name: Ibai Burgos
- Location: Madrid, Spain
- Contact:
Re: Brainlearn 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.
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.
- APOCALYPSE
- Posts: 293
- Joined: Sat Mar 26, 2022 9:37 am
- Contact:
Re: Brainlearn 26.4
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.
Best regards.
- APOCALYPSE
- Posts: 293
- Joined: Sat Mar 26, 2022 9:37 am
- Contact:
Re: Brainlearn 26.4
What is this another archive in the source code of this engine called OpenBLAS.7z, can you explain
- APOCALYPSE
- Posts: 293
- Joined: Sat Mar 26, 2022 9:37 am
- Contact:
- APOCALYPSE
- Posts: 293
- Joined: Sat Mar 26, 2022 9:37 am
- Contact:
Re: Brainlearn 26.4
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.