SCID vs PC(Linux)

Sort:
CleverMaverick

I'm trying to add Stockfish 6 as a new analysis engine in my SCID vs PC but the problem is I get this message "The analysis engine terminated without exit code:""" What file should I place in the command? What I only know is in Windows, one must find the .exe file. How about in Linux, what should I place?

F_pawn

What distro are you running?  My Debian automagically installed it to /usr/games/stockfish

CleverMaverick

Sorry about that, I forgot to mention it. I'm running Ubuntu 14.04.

CleverMaverick
pfren wrote:

Get the latest binary which is sutable for your system from here:

http://abrok.eu/stockfish/

Then put the binary "somewhere", probably to a system PATH like /usr/local/bin

Copying files at a system folder needs sudo/admin rights, but every system user should be able to use the engine. Else, just leave it somewhere under your /home/CleverMaverick userdir.

Make the binary executable:

sudo chmod +x /usr/local/bin/stockf*

(or wherever the binary is located- sudo not needed for local installation).

Then just point scidvspc to the binary, configure it and you're ready to go.

Oh, yes! Linux executable binaries have no suffix like .exe, .bat or anything.

Why not get the binaries from here? 

https://stockfishchess.org/

CleverMaverick

Oh ok then, thanks! I guess I'll just stick with the one from stockfish, I prefer stability over bleeding edge.

CleverMaverick

I was able to add a stockfish engine using the Ubuntu Software Center, placing /usr/games/stockfish in SCID vs PC but it's Stockfish 3, not 6. How can I replace Stockfish 3 with Stockfish 6?