Brainlearn 26.4

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

Brainlearn 26.4

Post by Homayoun »

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

Re: Brainlearn 26.4

Post by OrgZ »

Thnx for updating us👍
Homayoun
Posts: 1727
Joined: Tue Mar 21, 2023 4:57 pm
Real Name: Homayoun

Re: Brainlearn 26.4

Post 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
User avatar
OrgZ
Posts: 990
Joined: Thu Feb 16, 2023 2:15 pm

Re: Brainlearn 26.4

Post 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
User avatar
APOCALYPSE
Posts: 351
Joined: Sat Mar 26, 2022 9:37 am
Contact:

Re: Brainlearn 26.4

Post by APOCALYPSE »

Gives an error when compiling CURL files :roll: 🤔
User avatar
IbaiBuR
Posts: 208
Joined: Sun Jul 03, 2022 4:08 pm
Real Name: Ibai Burgos
Location: Madrid, Spain
Contact:

Re: Brainlearn 26.4

Post 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.
User avatar
APOCALYPSE
Posts: 351
Joined: Sat Mar 26, 2022 9:37 am
Contact:

Re: Brainlearn 26.4

Post 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.
User avatar
APOCALYPSE
Posts: 351
Joined: Sat Mar 26, 2022 9:37 am
Contact:

Re: Brainlearn 26.4

Post by APOCALYPSE »

What is this another archive in the source code of this engine called OpenBLAS.7z, can you explain :?:
User avatar
APOCALYPSE
Posts: 351
Joined: Sat Mar 26, 2022 9:37 am
Contact:

Re: Brainlearn 26.4

Post by APOCALYPSE »

Image
User avatar
APOCALYPSE
Posts: 351
Joined: Sat Mar 26, 2022 9:37 am
Contact:

Re: Brainlearn 26.4

Post 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?
Post Reply