Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 666 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 666 Bytes

Visigoth

Qt4 Graph Visualizations

Development

Development is driven by the Makefile:

To build the project, run:

make build

To run the tests, use:

make test

The above also generates coverage statistics, you can view these with:

make local-cover

(Note that the Cobertura plugin the CI server uses relies on make ci-cover)

To run the app, use:

make run

Twitter plugin

The Twitter plugin uses the QOAuth and QCA libraries. If these are not found when building, the plugin will not be enabled.