Difference between revisions of "Stockfish"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "* https://stockfishchess.org {{Link|target=UCI}} Category:Chess")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
* https://stockfishchess.org
 
* https://stockfishchess.org
 +
 
{{Link|target=UCI}}
 
{{Link|target=UCI}}
 +
= Compile engine from source =
 +
* see https://github.com/official-stockfish/Stockfish
 +
<source lang='bash'>
 +
git clone https://github.com/official-stockfish/Stockfish
 +
cd src
 +
make help
 +
make net
 +
make build ARCH=x86-64-modern
 +
</source>
 
[[Category:Chess]]
 
[[Category:Chess]]

Latest revision as of 06:54, 12 June 2021

UCI

Compile engine from source

git clone https://github.com/official-stockfish/Stockfish
cd src
make help
make net
make build ARCH=x86-64-modern