mirror of
https://github.com/boostorg/gil.git
synced 2026-01-19 04:12:11 +00:00
Boost.GIL Documentation
A simple guide about writing and building documentation for Boost.GIL.
Prerequisites
- Python 3.6+
- Install Sphinx 1.7.9+
- Install Doxygen
Installation
Create Python virtual environment:
$ cd boost/libs/gil
$ python3 -m venv .venv
$ source ./.venv/bin/activate
Install Sphinx and Sphinx extensions:
(.venv)$ pip install -r doc/requirements.txt
Build
$ echo "using doxygen ;" > ~/user-config.jam
$ cd boost/libs/gil/doc
$ b2