Install stlink
From Proview Wiki
sudo apt-get install automake git-core
git clone <a class="external free" rel="nofollow" href="https://github.com/texane/stlink">https://github.com/texane/stlink</a> stlink
cd stlink
./autogen.sh
./configure
make
sudo make install