2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 16:22:14 +00:00
Files
gil/doc
..
2025-08-26 22:55:59 +02:00
2025-08-26 23:22:29 +02:00
2025-08-26 23:13:36 +02:00
2025-08-26 20:47:20 +02:00
2018-06-27 00:02:27 -04:00
2018-06-27 00:02:27 -04:00
2018-06-27 00:02:27 -04:00
2018-06-27 00:02:27 -04:00
2025-08-26 19:32:55 +02:00
2025-08-27 00:17:38 +02:00
2018-06-27 00:02:27 -04:00
2025-08-26 20:51:01 +02:00

Boost.GIL Documentation

A simple guide about writing and building documentation for Boost.GIL.

Prerequisites

Installation

Create Python virtual environment:

$ python3 -m venv .venv
$ source ~/.venv/bin/activate

Install Sphinx and Sphinx extensions:

(.venv)$ cd boost-root
(.venv)$ pip install -r libs/gil/doc/requirements.txt

Build

$ echo "using doxygen ;" > ~/user-config.jam
$ cd boost-root
$ b2 libs/gil/doc