# `brush-stroking`
This is a companion library to the `brush-strokes` package, providing a simple
document model and rendering (using `cairo`).
## Installation notes
This library requires the `cairo` C system library.
Here are some ways to install it:
- On Linux, you will need to install the ``cairo`` development libraries
and the GObject introspection data. On Debian for example, you can run:
`apt-get install pkg-config libcairo2-dev libgirepository1.0-dev`
- On Windows, you will need to use the MSYS2 installation that is provided by
`ghcup`. In an `MSYS2` shell, you can run:
`pacman -S -q --noconfirm mingw64/mingw-w64-x86_64-pkg-config mingw64/mingw-w64-x86_64-cairo mingw64/mingw-w64-x86_64-gobject-introspection`
- On MacOS, you should be able to use ``brew`` (untested):
`brew install pkgconf cairo gobject-introspection`