Skip to content

Commit

Permalink
Add missing how to build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 2, 2013
1 parent 047ff5d commit 8fc5055
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
This is a sample C project that uses
[GTK-Doc](http://www.gtk.org/gtk-doc/).

## How to build

```
% ./autogen.sh
% ./configure --enable-gtk-doc --prefix=/tmp/local
% make
% make install
```

You can find reference manual in HTML generated by GTK-Doc in
/tmp/local/share/gtk-doc/html/sample/.

## License

[CC0 (Public Domain)](http://creativecommons.org/publicdomain/zero/1.0/deed)

0 comments on commit 8fc5055

Please sign in to comment.