Xestia Address Book Installation Instructions ============================================= This document explains how to install Xestia Address Book. Requirements ============ (Minimum or later) wxWidgets 3.0.0 SFML 2.1 libxml2 2.9.2 iconv 1.14 file 5.03 curl 7.48 Configuration ============= After extracting from the archive, go into the source directory and type: ./configure Non-standard options available for configure are: --enable-debug Enable debugging features for the build. Building ======== After running configure, to compile Xestia Address Book type: make For reference, on a early-2010 high-range laptop this should take around 3-5 minutes to compile. Install ======= After compiling has completed, to install type: make install This will copy the Xestia Address Book application to the requested installation directory. Uninstall ========= To uninstall Xestia Address Book type: make uninstall This will remove the Xestia Address Book application from the requested installation directory. Unit Testing ============ To unit test various functions used within Xestia Address Book go into the tests directory and type: make This will build the unit testing application for Xestia Address Book. To run the application after building type: ./xestiaab_test Follow the instructions in the application to unit test the functions used.