Skip to content

Commit

Permalink
Add documentation build steps to doc/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Jul 8, 2019
1 parent 02064f9 commit 5406038
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/README.md
Expand Up @@ -4,8 +4,8 @@ A simple guide about writing and building documentation for Boost.GIL.

## Prerequisites

- Python 3.4+
- [Install Sphinx](#install-sphinx)
- Python 3.6+
- [Install Sphinx](#install-sphinx) 1.7.9+
- Install [Doxygen](http://www.doxygen.org)

## Installation
Expand All @@ -26,4 +26,8 @@ Install Sphinx and Sphinx extensions:

## Build

TODO
```console
$ echo "using doxygen ;" > ~/user-config.jam
$ cd boost/libs/gil/doc
$ b2
```

0 comments on commit 5406038

Please sign in to comment.