Not logged inCSS-Forum
Forum CSS-Online Help Search Login
CSS-Shop Impressum Datenschutz
Up Topic Hauptforen / CSS-Forum / compile Lc0
- - By Dieter Kraft Date 2021-09-13 17:52 Edited 2021-09-13 17:56
Hallo
gibt es (außer auf der Github/Lc0 Seite) eine übersichtliche Schritt-für-Schritt-Anleitung
für das Compilieren von Lc0 mit Visual Studio 2019?
Danke
Dieter
Parent - By Lothar Jung Date 2021-09-13 18:12 Edited 2021-09-13 18:35
Hallo Dieter,

schaue erstmal hier:

https://groups.google.com/g/lczero/c/o_LDQ5AIfNg/m/WaM4dlC6BQAJ

und dann auf GitHub für Windows:

Here are the brief instructions for CUDA/CuDNN, for details and other options see windows-build.md.

Install Microsoft Visual Studio (2017 or later)
Install CUDA
Install cuDNN.
Install Python3
Install Meson: pip3 install --upgrade meson
Edit build.cmd:
Set CUDA_PATH with your CUDA directory
Set CUDNN_PATH with your cuDNN directory (may be the same with CUDA_PATH)
Run build.cmd. It will ask permission to delete the build directory, then generate MSVS project and pause.
Then either:

Hit Enter to build it.
Resulting binary will be build/lc0.exe
Or.

Open generated solution build/lc0.sln in Visual Studio and build yourself.

PS: Das Thema gehört besser in das Unterforum „Schachprogrammierung“. Suchtreffer in Discord sind nicht weiterführend. Viele compilieren mit Linux.

Lothar
Up Topic Hauptforen / CSS-Forum / compile Lc0

Powered by mwForum 2.29.3 © 1999-2014 Markus Wichitill