Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:speech:simon [2017/03/09 16:25] – [install] scipio | tips:speech:simon [2017/03/14 20:59] (current) – [compile] scipio | ||
---|---|---|---|
Line 41: | Line 41: | ||
===== compile ===== | ===== compile ===== | ||
+ | |||
+ | https:// | ||
<code bash> | <code bash> | ||
sudo apt-get build-dep simon | sudo apt-get build-dep simon | ||
- | git clone https://github.com/KDE/simon.git | + | git clone git://anongit.kde.org/simon |
cd simon | cd simon | ||
export QT_VERSION=qt4 | export QT_VERSION=qt4 | ||
Line 63: | Line 65: | ||
</ | </ | ||
+ | |||
+ | <code bash> | ||
+ | mkdir /tmp/model | ||
+ | cd /tmp/model | ||
+ | cp -a / | ||
+ | cp / | ||
+ | cp / | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
=== training === | === training === |