2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-26 06:32:16 +00:00
Files
gil/doc/README.md
2019-07-08 18:09:35 +02:00

561 B

Boost.GIL Documentation

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

Prerequisites

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