X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=INSTALL;h=44a7e9627d1bd1aea8624193e49ff5350df3b1e2;hb=76214fdd5e820c60a468a62fa586749102310f21;hp=b72c7e9347f5fce73258c360648ed00b1ae59985;hpb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;p=xestiaab%2F.git 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.