Building Counduit from source

Dependencies

Conduit depends on the following :

Optional dependencies :

Installing Development Versions

Downloading

  1. Checkout from source :
    •     git clone git://git.gnome.org/conduit

Either run Conduit directly ( I ), or build and install it ( II and III )

  1. Run (no make or install needed) :
    •     cd conduit
          ./conduit/conduit
  2. Build :
    •     ./autogen.sh && make

      Configure accepts --prefix /PREFIX/DIR as a command line argument to install into a different directory.

  3. Install :
    •     sudo make install

      You may start Conduit from Applications -> Accessories

Conduit/Build (last edited 2010-11-19 17:09:50 by BrandonPhilips)