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

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