Update readme.md

This commit is contained in:
Irlan Robson 2018-09-01 18:56:28 -03:00 committed by GitHub
parent 4c0224ac3d
commit c8c3883569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,15 @@ libglu1-mesa-dev
I don't run Mac currently and therefore can't test the build system in this platform.
## Documenting
* Grab [Doxygen](http://www.doxygen.org) from http://www.doxygen.org
* Say the following on the command line: doxygen doxyfile
* Open doc/api/html/index.html
User manual is a work in progress. Meanwhile, code comments are the best way to learn how to use
Bounce.
## Dependencies
* [Triangle](http://www.cs.cmu.edu/~quake/triangle.html)
@ -104,6 +113,6 @@ Below are the external dependencies for the Testbed. If you don't care about the
* Mouse picking
* premake build system
### Documentation
## Documentation
* Doxygen API documentation</li>