View Single Post
Posts: 203 | Thanked: 375 times | Joined on Nov 2009
#360
Originally Posted by nokiac View Post
unfortunately I am on Fedora 18 as of now. I tried installing all the dependencies and then running the binary executable from the package, but I cant fing qt5quick.so and qt5qml.so for fedora . I found all other libs.
Use cmake to compile the plasmoid. If you're using qmake from Qt5 you will compile the ubuntu app.

Code:
git clone git://gitorious.org/xbmcremote/xbmcremote.git
cd xbmcremote
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
Now execute "kbuildsycoca4" and you should be able to add the plasmoid to you panel.
 

The Following User Says Thank You to mzanetti For This Useful Post: