The installation steps in this document are generic and for all versions of ah3. When the file names ah3-x.tar.gz and ah3-x.rpm are used, it is intended that the x is replaced whith the appropriate version and archetecture.
Building Ah3 is pretty straight forward. It follows the pattern as most typical Qt applications. It does depend on having the development headers and libraries for Qt installed.
The following steps will build the Ah3 executible.
Unpack the tar file using tar -xzf ah3-x.tar.gz
Change directory using cd ah3-x
Execute qmake ah3.pro
Execute make
To install the application and have it work requires these additional steps executed as the root user:
Execute mkdir -p /opt/ah3/reports
Execute mkdir -p /opt/ah3/database
Execute cp ah3.xml /opt/ah3/default_forms.xml
Execute cp *sql /opt/ah3/database