Ubuntu QML toolkit in BB?

Started by dragonheart, January 03, 2013, 04:59:46 PM

Previous topic - Next topic

dragonheart

Hi all,

I want to install QML and development tools from here https://developer.ubuntu.com/get-started/gomobile/#step-get-toolkit but for some reason it can't find the following packets:

qt-components-ubuntu qt-components-ubuntu-demos qt-components-ubuntu-examples qt-components-ubuntu-doc notepad-qml

I'm thinking if this problem occurs because BackBox isn't native ubuntu. What can i do?

Also i found this page, but i'm sure what can i do:
https://launchpad.net/~ui-toolkit/+archive/ppa/+sourcepub/2907241/+listing-archive-extra

Thanks

dragonheart

I found the answer. Here is http://askubuntu.com/questions/235440/how-do-i-install-the-qml-toolkit-on-12-04

Quote
The issue is they only have packages for Quantal and not Precise so this fix works as well while still getting updates.
Replace precise with your version of ubuntu.:

sudo add-apt-repository ppa:ui-toolkit/ppa
sudo sed -i 's/precise/quantal/g' /etc/apt/sources.list.d/ui-toolkit-ppa-precise.list
sudo apt-get update && sudo apt-get install qt-components-ubuntu qt-components-ubuntu-demos qt-components-ubuntu-examples qt-components-ubuntu-doc notepad-qml
An other option is to download and install manually from here:
https://launchpad.net/~ui-toolkit/+archive/ppa/+sourcepub/2907241/+listing-archive-extra