Install stlink
From Proview Wiki
sudo apt-get install automake git-core
git clone https://github.com/texane/stlink stlink
cd stlink
./autogen.sh
./configure
make
sudo make install