Image 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
..
_build 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
_static 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
_templates 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
design 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
html 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
image_processing 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
images 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
tutorial 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
Jamfile 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
Makefile 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
README.md 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
conf.py 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
doxyfile 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
doxygen-boost.css 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
footer.html 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
header.html 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
index.html 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
index.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
installation.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
io.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
naming.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
numeric.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
reference.dox 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
requirements.txt 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
toolbox.rst 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ
warnings.txt 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing 4 gadi atpakaļ

README.md

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