Difference between revisions of "Install stlink"
From Proview Wiki
(Created page with "<p>sudo apt-get install automake git-core<br /> git clone <a class="external free" rel="nofollow" href="https://github.com/texane/stlink">https://github.com/texane/stlink</a> ...") |
Revision as of 13:39, 17 August 2013
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