glorfindel wrote:Yes, you need a different file for every engine.
...
(command) /usr/local/bin/polyglot
(parameters) /path/to/glaurung.ini
I find that if you give the full path to the programs and files it always works, otherwise you might have problems.
Yes but after a while to type the whole path is annoying and aslo easily introduce type errors. One way to avoid it is to use global or local variables. For example I use:
export pp=~/chess/polyglot
in my .profile. Changing glaurung's ini looks like "vim $pp/glaurung.ini" in stead of "vim /home/volker/chess/polyglot/glaurung.ini" for example.
What is best for one's system depends highly what he wants to do.
Volker
