Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
PySide Binaries MeeGo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:LanguageBindings::PySide]] | [[Category:LanguageBindings::PySide]] | ||
[[Category:LanguageBindings::PySide::Downloads]] | |||
'''English''' | '''English''' "French":http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=meego-maemo#IX | ||
= PySide Binaries for MeeGo = | = PySide Binaries for MeeGo = | ||
MeeGo v1.2 has PySide and Python-QtMobility packages available into its public repository. '''MeeGo v1.2 for N900 has this repository enabled by default and the packages come pre-installed.''' If you plan to install into a netbook/tablet, please run the following commands at terminal: | MeeGo v1.2 has PySide and Python-QtMobility packages available into its public repository. '''MeeGo v1.2 for N900 has this repository enabled by default and the packages come pre-installed.''' If you plan to install into a netbook/tablet, please run the following commands at terminal: | ||
<code> | |||
# add public (DE/Trunk) repository | |||
sudo zypper addrepo http://repo.pub.meego.com/Project:/DE:/Trunk:/Testing/standard/ de-trunk-testing | |||
# PySide packages | |||
sudo zypper install python-pyside | |||
# QtMobility packages | |||
sudo zypper install python-qtmobility |
Revision as of 10:57, 25 February 2015
English "French":http://qt-devnet.developpez.com/tutoriels/python/pyside/installer/?page=meego-maemo#IX
PySide Binaries for MeeGo
MeeGo v1.2 has PySide and Python-QtMobility packages available into its public repository. MeeGo v1.2 for N900 has this repository enabled by default and the packages come pre-installed. If you plan to install into a netbook/tablet, please run the following commands at terminal:
- add public (DE/Trunk) repository
sudo zypper addrepo http://repo.pub.meego.com/Project:/DE:/Trunk:/Testing/standard/ de-trunk-testing
- PySide packages
sudo zypper install python-pyside
- QtMobility packages
sudo zypper install python-qtmobility