jami-docs

Forked version of Jami documentation, see wrycode.com/jami-docs-demo
git clone git://git.wrycode.com/wrycode/jami-docs.git
Log | Files | Refs

index.rst (1039B)


      1 ###################
      2 Build Instructions
      3 ###################
      4 
      5 A working Jami setup consists of three ingredients:
      6 
      7   * `jami-daemon <https://git.jami.net/savoirfairelinux/ring-daemon>`_, the core program,
      8   * optionally, `libjamiclient
      9     <https://git.jami.net/savoirfairelinux/ring-lrc>`_, a library used
     10     by some of the clients
     11   * A client, such as `the QT client
     12     <https://git.jami.net/savoirfairelinux/jami-client-qt>`_ which
     13     provides the user interface
     14 
     15 
     16 **There are two ways to build Jami**:
     17 
     18    1. Build each part individually. They must be built in the order given above.
     19    2. Build Jami using the :doc:`master repository
     20       <master-repository>`, which provides a script to build all of
     21       the components at once. This is easier for most people.
     22 
     23 Whichever method you choose, you should follow the build instructions
     24 in the README or INSTALL file of your chosen repository.
     25 
     26 .. toctree::
     27    :maxdepth: 1
     28 
     29    build-method
     30    master-repository
     31    building-individually
     32    windows
     33    linux
     34    macos
     35    android
     36    ios