LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.41k stars 526 forks source link

Isn't there any instruction on how to build on Mingw/Msys2 ? #656

Closed abdulbadii closed 3 years ago

abdulbadii commented 5 years ago

How can we build lc0 on Mingw/Msys2 ? there're some package in pacman,

   mingw-w64-x86_64-liblas
   ASPRS LiDAR data translation toolset 

   mingw-w64-x86_64-ninja
    Ninja is a small build system with a focus on speed

   mingw-w64-x86_64-meson
   High-productivity build system

could be very likely to succeed in build ? Instructions will bring in fine gratitudes

borg323 commented 5 years ago

Should be possible but only with the opencl and blas backends.

After that try to run meson and then ninja and hopefully it will work. If not ask here or on discord for help.

Naphthalin commented 4 years ago

@abdulbadii did you have any success with that build? Either way, it would be nice if you could document that in this issue.