This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

1. Building Counduit from source

1.1. Dependencies

Conduit depends on the following :

Optional dependencies :

1.2. 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


2024-10-23 10:58