Hello!
I downloaded stockfish DD source code from here:
http://stockfishchess.org/ and polyglot 1.4 from here:
http://wbec-ridderkerk.nl/html/details1/PolyGlot.htmlAfter that I extracted all the files so when I can go downloads > polyglot_14 > polyglot_linux. If I uderstood right only the file polyglot_linux is needed for xboard and doesn`t need to be compiled or installed unless you want to make a change in the program. I entered this command in the terminal window to run polyglot with xboard:
xboard -fd 'ini_dir' -fcp 'polyglot engine.ini'
After that it opened xboard and there was: error! failed to start first chess program polyglot engine.ini on localhost: ini_dir:
No such file or directory. I thought if the system can`t enter downloads > polyglot_14 > polyglot_linux.
a better solution is to provide a directory when launching
PolyGlot, e.g. with the "-fd" XBoard option above. The directory
should be where the INI file is.
So I should maybe create a directory so that xboard can find polyglot? How is that done?
I compiled stockfish using the command:
cd ~/Downloads/stockfish-dd-src/src and then: "make" to access the make file. After that typed: make build ARCH=x86-64
After that I installed with the command: "sudo make install"
Next on terminal window: xboard -fUCI -fcp stockfish -sUCI -scp stockfish and again: Failed to start first chess program
polyglot -noini -ec "stockfish" -ed "." -uci NalimovCache=4 on localhost: polyglot: No such file or directory.
I think my Unix implementation does not search the current directory as PATH. How could I change it? Thx
thx