Building visualizations
#16
.po files are not designed for typing machines, so retract carrier will screw things up.
Reply
#17
I set up a 32-bit Ubuntu 14.04. These are the steps I used to successfully build my vis:

Code:
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

Next step: how do I modify the above sequence to cross build for android, for example? I searched the forums and it's not entirely clear... more reading to do..
Reply

Logout Mark Read Team Forum Stats Members Help
Building visualizations0