X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=INSTALL;h=44a7e9627d1bd1aea8624193e49ff5350df3b1e2;hp=b72c7e9347f5fce73258c360648ed00b1ae59985;hb=d57580c160153c18c9d191b1a18841687ff3c36c;hpb=4607dd2f5c5b47d5eba00bf7f694384dac152d01 diff --git a/INSTALL b/INSTALL index b72c7e9..44a7e96 100644 --- a/INSTALL +++ b/INSTALL @@ -18,18 +18,16 @@ curl 7.48 Configuration ============= -After extracting from the archive, go into the source directory and type: +Using CMake: -./configure - -Non-standard options available for configure are: - ---enable-debug Enable debugging features for the build. +mkdir -p build +cd build +cmake ../source Building ======== -After running configure, to compile Xestia Address Book type: +After running cmake, to compile Xestia Address Book type: make @@ -55,18 +53,3 @@ 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.