From: <dg...@su...> - 2009-01-05 10:02:46
|
Author: bricks Date: Mon Jan 5 11:02:18 2009 New Revision: 881 URL: http://libsyncml.opensync.org/changeset/881 Log: libwbxml is maintained by opensync Modified: trunk/INSTALL Modified: trunk/INSTALL ============================================================================== --- trunk/INSTALL Mon Jan 5 10:40:36 2009 (r880) +++ trunk/INSTALL Mon Jan 5 11:02:18 2009 (r881) @@ -8,12 +8,12 @@ * libxml2 - http://xmlsoft.org Optional but recommended: - * wbxml2 - http://libwbxml.aymerick.com + * wbxml2 - http://libwbxml.opensync.org/ * libsoup (for HTTP transport) - http://www.gnome.org * libopenobex (for OBEX transport) - http://dev.zuckschwerdt.org/openobex Optional: - * check (for Unittests) - http://check.sourceforge.net + * libcheck (for Unittests) - http://check.sourceforge.net We only support/test "out of source builds", which means you have to create a separated build directory. @@ -26,6 +26,6 @@ cd build cmake -DCMAKE_INSTALL_PREFIX=$prefix /path/to/libsyncml/source/ make -make test +make test (runs the testsuite if libcheck is installed) make install |