Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 478 Bytes

BUILD.md

File metadata and controls

35 lines (25 loc) · 478 Bytes

Build

This projects uses pulp for most of its build. For stuff not supported by pulp we use Make and Pandoc.

# Make the library
pulp build
# Run tests
pulp test
# Generate docs, requires Pandoc
pulp docs && make docs

Generate Example

Generating the example.png requires:

  • make
  • phantomjs
  • aha
  • imagemagick
make example.png

CTags

This target generates a CTags file tags.

make ctags