Brainlearn 26.4

Discussion about chess-playing software (engines, hosts, opening books, platforms, etc...)
Homayoun
Posts: 1417
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Brainlearn 26.4

Post by Homayoun » Sat Nov 25, 2023 6:15 pm


User avatar
OrgZ
Posts: 914
Joined: Thu Feb 16, 2023 2:15 pm

Re: Brainlearn 26.4

Post by OrgZ » Sun Nov 26, 2023 10:49 am

Thnx for updating us👍

Homayoun
Posts: 1417
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: Brainlearn 26.4

Post by Homayoun » 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

User avatar
OrgZ
Posts: 914
Joined: Thu Feb 16, 2023 2:15 pm

Re: Brainlearn 26.4

Post by OrgZ » Sun Nov 26, 2023 6:10 pm

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

APOCALYPSE
Posts: 261
Joined: Sat Mar 26, 2022 9:37 am
Contact:

Re: Brainlearn 26.4

Post by APOCALYPSE » Wed Nov 29, 2023 5:40 am

Gives an error when compiling CURL files :roll: 🤔

User avatar
IbaiBuR
Posts: 207
Joined: Sun Jul 03, 2022 4:08 pm
Real Name: Ibai Burgos
Location: Madrid, Spain
Contact:

Re: Brainlearn 26.4

Post by IbaiBuR » 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.

APOCALYPSE
Posts: 261
Joined: Sat Mar 26, 2022 9:37 am
Contact:

Re: Brainlearn 26.4

Post by APOCALYPSE » Wed Nov 29, 2023 1:51 pm

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.

APOCALYPSE
Posts: 261
Joined: Sat Mar 26, 2022 9:37 am
Contact:

Re: Brainlearn 26.4

Post by APOCALYPSE » Wed Nov 29, 2023 3:15 pm

What is this another archive in the source code of this engine called OpenBLAS.7z, can you explain :?:

APOCALYPSE
Posts: 261
Joined: Sat Mar 26, 2022 9:37 am
Contact:

Re: Brainlearn 26.4

Post by APOCALYPSE » Wed Nov 29, 2023 6:20 pm

Image

APOCALYPSE
Posts: 261
Joined: Sat Mar 26, 2022 9:37 am
Contact:

Re: Brainlearn 26.4

Post by APOCALYPSE » Wed Nov 29, 2023 6:59 pm

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?

Post Reply