ali@38: General Information ali@38: =================== ali@38: ali@38: Plover is a front-end for the razor library intended to facilitate easy ali@38: integration with GLib and Gtk+. ali@38: ali@38: The official website for project beach (of which plover is one part) is: ali@38: ali@38: http://www.juiblex.co.uk/beach/ ali@38: ali@38: Installation ali@38: ============ ali@38: ali@38: Installation is via the standard procedure: ali@38: ali@38: % ./configure ali@38: % make ali@38: # make install ali@38: ali@38: Tests ali@38: ===== ali@38: ali@38: The main testsuite can be run using: ali@38: ali@38: % make check ali@38: ali@38: There are also a number of extended checks that use the main testsuite: ali@38: ali@38: % make distcheck # Standard automake target ali@38: % make check-code-coverage # Generate a coverage report for testsuite ali@38: % make check-valgrind # Generate memcheck, etc., reports ali@38: ali@38: Note that check-valgrind in particular is not expected to pass. That would ali@38: require no unsuppressed false positives under all versions of our dependencies, ali@38: which is too difficult to achieve.