Page 1 of 2
Brainlearn 26.4
Posted: Sat Nov 25, 2023 6:15 pm
by Homayoun
Re: Brainlearn 26.4
Posted: Sun Nov 26, 2023 10:49 am
by OrgZ
Thnx for updating us

Re: Brainlearn 26.4
Posted: Sun Nov 26, 2023 1:48 pm
by Homayoun
OrgZ wrote: βSun Nov 26, 2023 10:49 am
Thnx for updating us
Thanks too, OrgZ. As you can see since yesterday we have some guests from mad house in our forum. I hope very soon they accomplish their work here and leave everything normal again.
Best regards
Re: Brainlearn 26.4
Posted: Sun Nov 26, 2023 6:10 pm
by OrgZ
Homayoun wrote: βSun Nov 26, 2023 1:48 pm
OrgZ wrote: βSun Nov 26, 2023 10:49 am
Thnx for updating us
Thanks too, OrgZ. As you can see since yesterday we have some guests from mad house in our forum. I hope very soon they accomplish their work here and leave everything normal again.
Best regards
It will be alright
Re: Brainlearn 26.4
Posted: Wed Nov 29, 2023 5:40 am
by APOCALYPSE
Gives an error when compiling CURL files

Re: Brainlearn 26.4
Posted: Wed Nov 29, 2023 11:13 am
by IbaiBuR
APOCALYPSE wrote: βWed Nov 29, 2023 5:40 am
Gives an error when compiling CURL files
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.
Re: Brainlearn 26.4
Posted: Wed Nov 29, 2023 1:51 pm
by APOCALYPSE
IbaiBuR wrote: βWed Nov 29, 2023 11:13 am
APOCALYPSE wrote: βWed Nov 29, 2023 5:40 am
Gives an error when compiling CURL files
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.
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.
Best regards.
Re: Brainlearn 26.4
Posted: Wed Nov 29, 2023 3:15 pm
by APOCALYPSE
What is this another archive in the source code of this engine called OpenBLAS.7z, can you explain

Re: Brainlearn 26.4
Posted: Wed Nov 29, 2023 6:20 pm
by APOCALYPSE
Re: Brainlearn 26.4
Posted: Wed Nov 29, 2023 6:59 pm
by APOCALYPSE
IbaiBuR wrote: βWed Nov 29, 2023 11:13 am
APOCALYPSE wrote: βWed Nov 29, 2023 5:40 am
Gives an error when compiling CURL files
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.
Nothing works from your advice, could you provide more precise help?