I changed my mind. I downloaded and installed it immediately, because I wanted to see if the sound worked in this version. (A few users, including myself, had a problem with the sound in the last version.)
The sound is working fine. I hear the moves spoken or the tick-tock sound, (if I have that checked) when a move is made.
If you want to hear sounds, be sure to modify these settings in the appropriate window. The sound is OFF by default.
Scid vs. PC version 4.10 is available


## These are the commands to install and compile this SCIDvsPC version on your Debian based Linux distro.
## Just enter them into your terminal.
## Install dependencies needed to compile.
sudo apt-get update
sudo apt-get install tcl8.5-dev tk8.5-dev zlib1g-dev
## Download the source.
wget http://downloads.sourceforge.net/project/scidvspc/source/scid_vs_pc-4.10.tgz
## Extract the source.
tar xvzf scid_vs_pc-4.10.tgz
## Compile and install.
cd scid_vs_pc-4.10
./configure
make
sudo make install
## Run it!
./scid

Maybe here? http://sourceforge.net/p/scidvspc/code/1576/tree/
In the src and/or tcl folders??
(That folder was last editied 16 hours ago, by the timestamp.)

Maybe here? http://sourceforge.net/p/scidvspc/code/1576/tree/
In the src and/or tcl folders??
(That folder was last editied 16 hours ago, by the timestamp.)
Thanks. The instructions in post #3 are now correct and will build version 4.10.
An updated version of Scid vs. PC is now available.
A list of changes can be found here.
I'll probably download and install it over the weekend.