From 799c74e4e9be6e24368427be88c14a0fb0f54571 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Tue, 13 Oct 2015 17:01:24 +0200 Subject: [PATCH] update AI installation procedure --- bin/install-polyglot | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/bin/install-polyglot b/bin/install-polyglot index 375f40df32..6044a8d776 100755 --- a/bin/install-polyglot +++ b/bin/install-polyglot @@ -10,9 +10,6 @@ cd src touch configure.ac aclocal.m4 configure Makefile.am Makefile.in ./configure --disable-assert make -cd ../.. -cp -a polyglot/src/polyglot Stockfish/src/stockfish ../bin/ - -wget ftp://ftp.cs.kent.ac.uk/pub/djb/pgn-extract/eco.pgn -../bin/polyglot make-book -pgn eco.pgn -bin eco.bin -min-game 1 -cd .. +cd ../../.. +cp -a local/polyglot/src/polyglot local/Stockfish/src/stockfish bin/ +curl -o local/eco.bin https://raw.githubusercontent.com/ornicar/lichess-data/master/polyglot-db-26k.bin