mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
Update documentation (#140)
* Fix typo and missing dependency in README * [docs] Update docs: fix deprecation warnings + add missing deps to README
This commit is contained in:
parent
02dfff7883
commit
771e62c220
10
README.md
10
README.md
@ -16,12 +16,20 @@ API Documentation: http://wjwwood.github.com/serial/doc/1.1.0/index.html
|
|||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
|
Required:
|
||||||
* [catkin](http://www.ros.org/wiki/catkin) - cmake and Python based buildsystem
|
* [catkin](http://www.ros.org/wiki/catkin) - cmake and Python based buildsystem
|
||||||
* [cmake](http://www.cmake.org) - buildsystem
|
* [cmake](http://www.cmake.org) - buildsystem
|
||||||
* [Python](http://www.python.org) - scripting language
|
* [Python](http://www.python.org) - scripting language
|
||||||
* [empy](http://www.alcyone.com/pyos/empy/) - Python templating library
|
* [empy](http://www.alcyone.com/pyos/empy/) - Python templating library
|
||||||
* [catkin_pkg](http://pypi.python.org/pypi/catkin_pkg/) - Runtime Python library for catkin
|
* [catkin_pkg](http://pypi.python.org/pypi/catkin_pkg/) - Runtime Python library for catkin
|
||||||
|
|
||||||
|
Optional (for tests):
|
||||||
|
* [Boost](http://www.boost.org/) - Boost C++ librairies
|
||||||
|
|
||||||
|
Optional (for documentation):
|
||||||
|
* [Doxygen](http://www.doxygen.org/) - Documentation generation tool
|
||||||
|
* [graphviz](http://www.graphviz.org/) - Graph visualization software
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
Get the code:
|
Get the code:
|
||||||
@ -38,7 +46,7 @@ Build and run the tests:
|
|||||||
|
|
||||||
Build the documentation:
|
Build the documentation:
|
||||||
|
|
||||||
make docs
|
make doc
|
||||||
|
|
||||||
Install:
|
Install:
|
||||||
|
|
||||||
|
|||||||
2492
doc/Doxyfile
2492
doc/Doxyfile
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user