manyoso / allie

Allie: A UCI compliant chess engine
GNU General Public License v3.0
104 stars 21 forks source link

Download link for Allie 0.5 chess engine #7

Open gabrielp10031978 opened 4 years ago

gabrielp10031978 commented 4 years ago

I saw you released 0.5 version of Allie chess engine, but I don't see the download link for executabile file .exe, I see only for source code. Congratulation for Allie chess engine TCEC S16 final. Thanks a lot.

Nathan13888 commented 4 years ago

Hi @gabrielp10031978. I'm not sure if you already have an answer to your question or something. I just saw your question and wanted to see if this helps.

Anyways, you actually don't need an executable (.exe) if you want to run this engine. There are build instructions in README for generating what you want from the source code. https://github.com/manyoso/allie#building

I personally used Ubuntu to compile from source code so I couldn't speak from experience for Windows. You could use WSL if you really needed to.

There are some instructions on the LC0 Github page that talks more about installing things like Cuda, etc.

If you have any problems with the make file not finding NVCC or whatever, just add the bin folders or install whatever is missing.

It should honestly be fairly straight forward.