Skip to content
Stephane Carrez edited this page Nov 1, 2017 · 4 revisions

Installation and build from git repository

This section explains how you can build the Ada Web Application using the git repository.

The following commands will setup the git repository and configure it. The Ada Web Application depends on several other projects which are referenced by using git submodules. You must use the --recursive option to get sub-modules recursively. You may change the --prefix option to tell a different directory.

    git clone --recursive git@github.com:stcarrez/ada-awa.git ada-awa
    cd ada-awa
    ./configure --prefix=$HOME/install-awa

Once the configure command succeeded, you can build all the packages by using make:

    make

The build process takes a couple of minutes depending on your system. You may then install the different libraries by using:

    make install

Required Packages

AWA uses a number of other programs that you should install:

Clone this wiki locally