{{{ #!rst ================= Mirabeau on Maemo ================= .. warning:: For adventurous users only! If you don't have a N900 you need to `install the SDK`_ on your computer. There are no packages yet so you need to get your hands durty ;) 1. `Enable extras-devel`_ repository 2. Open a terminal and run: :: $ root # apt-get install subversion python-telepathy python-twisted python-setuptools python-pkg-resources python-configobj python-gobject python-hildon python-gtk2 python-gst0.10 # Ctrl-d 3. Exit from the root session and checkout Coherence source code: :: $ svn co https://coherence.beebits.net/svn/trunk MyDocs/coherence $ cd MyDocs/coherence/Coherence $ root # python2.5 setup.py develop # Ctrl-d 4. Run Mirabeau: :: $ cd ~/MyDocs/coherence/Mirabeau $ run-standalone.sh python2.5 bin/mirabeau 5. Once the UI showed up you need to configure at least your Jabber account in the settings. .. _install the SDK: http://maemo.org/development/sdks/ .. _Enable extras-devel: http://wiki.maemo.org/Extras-devel }}}