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

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