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