About me

我的相片
I'm a web and software developer from Kaohsiung, Taiwan.
I design and implement user interfaces, also contribute to open source projects.
http://penkia.net/portfolio

2013年6月4日 星期二

Bringing Ubuntu Components to Mac OSX

This work has been tested on Mac OSX 10.8.1 with Qt 5.0.2 and ubuntu-ui-toolkit rev.531.

Install Dependencies

brew install gettext bzr
ln -s /opt/Qt5.0.2/5.0.2/clang_64/bin/qmlplugindump.app/Contents/MacOS/qmlplugindump /opt/Qt5.0.2/5.0.2/clang_64/bin/qmlplugindump

Get Package

bzr branch lp:ubuntu-ui-toolkit

Apply Patch

Download and apply ubuntu_ui_toolkit_for_mac_osx.patch to disable GIO and DBus.

Compile and Install

cd ubuntu-ui-toolkit
qmake && make && make install

沒有留言: