1
0
Fork 0
Commit Graph

7 Commits

Author SHA1 Message Date
Hans-Joerg Schurr 220b2e117a Bump version to 0.1.0 2020-05-30 22:07:26 +02:00
Hans-Joerg Schurr 5d60e46cd1 Update configure.ac with autscan results 2020-05-30 21:54:22 +02:00
Hans-Joerg Schurr a0873c9369 Simplify buildsystem
This rolls everything into one Makefile.am and fixes
`make distcheck`.
2020-05-30 21:47:13 +02:00
Hans-Joerg Schurr 56f7176c91 Change buildsystem to build a library
- Build a library and a binary.
- Remove lto for now.
- Remove some other compiler arguments.
- Mention that cairo is a dependency for now in README.
2020-05-29 23:27:03 +02:00
Hans-Joerg Schurr 4ebb4d8379 Add support for building html documentation with Doxygen
- Add check during building
- `make html` builds documentation into ./docs/html
- Refine header checks in general
2020-05-04 23:13:55 +02:00
Hans-Joerg Schurr 6818012f69 Start implementation of cairo rasterizer (for testing purposes) 2020-03-31 22:16:17 +02:00
Hans-Joerg Schurr 8f6d3f6897 Add build system
This adds a autoconfig base build system and some test files.
To build:

1) autoreconf
2) ./configure
3) make
2020-02-21 19:12:20 +01:00