Not logged inCSS-Forum
Forum CSS-Online Help Search Login
CSS-Shop Impressum Datenschutz
Up Topic Hauptforen / CSS-Forum / Compilation von Stockfish
- - By Dieter Kraft Date 2020-07-19 17:23
Hallo,

Stockfish Development Versions are build automatically....
They are compiled with gcc/mingw 7.3 on Ubuntu 18.04

Hat jemand Erfahrung mit der direkten Compilierung mit
dem Windows-Subsystem für Linux und z.B. Ubuntu-20.04?

Danke für eventuelle Hinweise.

Gruß, Dieter
Parent - By Andreas Strangmüller Date 2020-07-19 17:52
Hallo Dieter,

unter Linux ist das relativ einfach.
Linux bzw. Ubuntu-20.04 Konsole starten und folgende Befehle eingeben:

git clone https://github.com/official-stockfish/Stockfish.git
cd Stockfish/src
make profile-build ARCH=x86-64-bmi2 COMP=gcc


für BMI2 Compile
bzw.

make profile-build ARCH=x86-64 COMP=gcc

für POPCNT Compile

Stockfish wird im Ordner Stockfish/src erstellt
./stockfish startet Stockfish unter Linux

Grüße
Andreas
Up Topic Hauptforen / CSS-Forum / Compilation von Stockfish

Powered by mwForum 2.29.3 © 1999-2014 Markus Wichitill