Closed ArminiusTux closed 5 months ago
Git LFS is required for the neural network file to be pulled.
Thank you for the hint, after installing LFS and recloning the repository the compile was successful.
make
cargo rustc --release -- -C target-cpu=native --emit link=BlackMarlin.exe
Compiling cozy-chess-types v0.2.1
Compiling blackmarlin v0.1.0 (C:\CODING\blackmarlin)
Compiling arrayvec v0.7.2
Compiling cfg-if v1.0.0
Compiling cozy-chess v0.3.1
Finished `release` profile [optimized] target(s) in 26.31s
Glad I was able to help.
Dear @jnlt3 ,
compiling your chess engine under Windows on ARM64 gives the following error:
method 1:
method 2:
Hope you can fix the matter.