Dependencies
Conduit depends on the following
- goocanvas > 0.9.0
- pygoocanvas
- vobject
- gtkmozembed (packaged as gnome-python-extras)
- python elementtree or python 2.5
- python sqlite3 (packaged as pysylite2) or python 2.5
- evolution-python
Other New Features
- For opensync support you will need opensync cvs
- For ipod photo suport you will need a cvs copy of libgpod
For evolution support please see evolution-python
Installing Development Versions
Downloading and Running
To checkout from source perform the following
svn co http://svn.gnome.org/svn/conduit/trunk conduit
Conduit can then be run (no make or install needed) by doing the following
cd conduit ./conduit/conduit
Building and Installing (optional)
To build conduit perform the following
./autogen.sh && make
configure accepts the following command line arguments
- --prefix /PREFIX/DIR
Installs to a differenent prefix
If you wish to install, then type
sudo make install
If you have installed Conduit you may start it from the Applications -> Accessories menu
