My favorites | Sign in
Project Home Downloads Wiki Issues
Search
for
DevSetup  
One-sentence summary of this page.
Updated Jun 12, 2009 by sir...@gmail.com

Introduction

Details how to compile plexydesk

Dependencies

sudo aptitude install build-essential xorg-dev cdbs debhelper cmake \ kdesdk-scripts subversion ssh xserver-xephyr doxygen dbus-x11 \ libxml2-dev libxslt1-dev shared-mime-info libical-dev libgif-dev libssl-dev \ libboost-dev libboost-program-options-dev libgpgme11-dev libxine-dev \ libqimageblitz-dev libbz2-dev libdbus-1-dev libpam0g-dev libpcre3-dev \ libkrb5-dev libsm-dev libclucene0ldbl libclucene-dev libjpeg62-dev \ libxtst-dev xsltproc libxrender-dev libfontconfig1-dev automoc4

sudo aptitude install build-essential xorg-dev cdbs debhelper cmake \ kdesdk-scripts subversion ssh xserver-xephyr doxygen graphviz libqt4-dev \ dbus-x11 libdbus-1-dev libstreamanalyzer-dev libstrigiqtdbusclient-dev \ libxml2-dev libxslt1-dev shared-mime-info libgif-dev libpcre3-dev \ libclucene0ldbl libclucene-dev libjpeg62-dev libkrb5-dev libsm-dev \ libssl-dev libbz2-dev libical-dev libxml2-utils libopenexr-dev \ libjasper-dev libenchant-dev libavahi-common-dev libaspell-dev \ libasound2-dev libboost-dev libboost-program-options-dev libgpgme11-dev \ libldap2-dev libsasl2-dev libxine-dev libqimageblitz-dev libsmbclient-dev \ libxkbfile-dev libxcb1-dev libxklavier12-dev libxdamage-dev \ libxcomposite-dev libbluetooth-dev libusb-dev \ libcaptury-dev network-manager-dev libsmbclient-dev libsensors-dev \ libpam0g-dev libnm-util-dev libusb-dev libcfitsio3-dev libnova-dev \ libeigen2-dev libopenbabel-dev libfacile-ocaml-dev libboost-python-dev \ libsvn-dev libsvncpp-dev libqt4-dev libqca2-dev \ libstreamanalyzer-dev libstrigiqtdbusclient-dev \ libcommoncpp2-dev libidn11 libidn11-dev libxtst-dev librdf-dev xsltproc \ libxrender-dev libfontconfig1-dev libpci-dev libxss-dev libxft-dev

Build Qt 4.x from git

git clone git://gitorious.org/qt/qt.git

cd qt; ./configure -dbus -opengl

make sub-src sub-tools

make sub-src sub-tools install

Build plexydesk

git clone git://github.com/siraj/plexydesk.git

cd plexydesk

mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX=/usr ../

make

make install

Comment by cha...@gmail.com, Jun 10, 2009

the '\' in aptitude command makes the immediate space character be a part of package name.

ex: \ kdesdk-scripts looks for " kdesdk-scripts" (I didn't say "kdesdk-scripts" :D )

I don't see a reason for using \ there since there is no new line where "\"s occur :).

And also there's no automoc4 pkg, at least in Ubuntu jaunty repos. I installed "automoc" the available pkg instead.

And also "librdf-dev" is is not available on jaunty repos, I installed "librdf0-dev" instead.

Hope this helps Chanux


Sign in to add a comment
Powered by Google Project Hosting