2016-02-09, 09:07
.po files are not designed for typing machines, so retract carrier will screw things up.
1. git clone https://github.com/xbmc/xbmc
2. cd xbmc
3. ./bootstrap
4. ./configure
5. make
6. sudo make install
7. cd ~
8. git clone https://github.com/hardyt/visualization.wavforhue
9. cd visualization.wavforhue
10. mkdir build
11. cd build
12. cmake -DADDONS_TO_BUILD=visualization.wavforhue -DADDON_SRC_PREFIX=~/ -DCMAKE_INSTALL_PREFIX=~/xbmc/addons -DPACKAGE_ZIP=1 ~/visualization.wavforhue