Comment #1 on issue 41 by [email protected]: anyone could compile xpra and provide a dmg for OSX ?
http://code.google.com/p/partiwm/issues/detail?id=41

I've been using this on OS X quite a lot (there are some minor issues), here are the steps to compile there:

    * Install xcode (macports install told me it required xcode)
    * Install macports
    * Install these things with macports:
o $> sudo port install python26 py26-pyrex py26-gtk xorg-libXtst py26-nose py26-gobject xorg-libXdamage xorg-libXcomposite xorg-libXtst xorg-libXfixes * Download the xpra project files parti-all-0.0.6.tar.gz was the latest at the time of this writing
    * Compile xpra
          o First, setup some environment stuff:
                + $> alias python=/opt/local/bin/python2.6
+ $> export PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages + $> export PKG_CONFIG_PATH=/opt/local/lib/pkgconfig:/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/pkgconfig
          o Second, expand the src and compile:
                + $> tar -xzvf parti-all-0.0.6.tar.gz
                + $> cd parti-all-0.0.6
                + $> do-build   ### hopefully this just works ;)
          o Third I copied this to a standard installation area:
                + $> sudo mv install /opt/xpra-0.0.6
                + $> sudo chown -R root:admin /opt/xpra-0.0.6
o And then I setup the basic information that you need in the .bashrc file (if this is the first time you're doing this, you need to make sure to source this in your .bash_profile file):

#!/bin/bash

alias python=/opt/local/bin/python2.6

PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages
PYTHONPATH=$PYTHONPATH:/opt/xpra-0.0.6/lib/python
export PYTHONPATH

PATH=$PATH:/opt/xpra-0.0.6/bin
export PATH




_______________________________________________
Parti-discuss mailing list
[email protected]
http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss

Reply via email to