== Intro == Deluge has a semi working port on Macports and that works, you can also build SVN from Macports. This is an attempt to build Deluge on OS X based on the Fink package manager. I've found success with the source based distribution of Fink. The binary version may work but it is very outdated. With a modern cpu and some time you can build packages very quickly, the python packages don't even need to be built. == Quick & Dirty Compile Process Overview == * Download and configure the required GTK+, cairo and the python bindings for them. * Download the latest svn: {{{ svn co http://svn.deluge-torrent.org/trunk deluge }}} * Compile as per [wiki:InstallingDeluge#InstallingFromSource] == Fink == [http://www.finkproject.org/download/srcdist.php Fink Source Distribution] Follow those steps to get the fink package manager working. Once Fink is at one with your $PATH install the following: {{{ sudo fink install pyxdg-py25 gtk+2 librsvg2-gtk pygtk2-gtk-py25 pygobject2-py25 boost1.35.nopython libglade2 gtk+2-dev pygobject2-py25-dev pygobject2-py25-shlibs pycairo-py25-dev setuptools-py25 }}}