Skip to content

Files

Latest commit

7c554ac · Dec 9, 2024

History

History

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 5, 2022
Dec 9, 2024
Mar 16, 2023
Jul 8, 2024
Mar 24, 2021
Jul 2, 2022
Jul 23, 2024
May 21, 2019
Jun 27, 2018
Feb 5, 2021
Sep 3, 2019
Jul 12, 2019
Jun 27, 2018
Jun 27, 2018
Jun 27, 2018
Jun 27, 2018
Jun 27, 2022
Jun 27, 2022
Mar 16, 2023
Jul 21, 2019
Jun 27, 2018
Jul 12, 2019
Jul 21, 2019
Jun 27, 2018

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