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
:lol:
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 :roll: πŸ€”

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 :roll: πŸ€”
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 :roll: πŸ€”
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
Image

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 :roll: πŸ€”
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?