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
18
README.md
18
README.md
@ -16,11 +16,19 @@ API Documentation: http://wjwwood.github.com/serial/doc/1.1.0/index.html
|
||||
|
||||
### Dependencies
|
||||
|
||||
Required:
|
||||
* [catkin](http://www.ros.org/wiki/catkin) - cmake and Python based buildsystem
|
||||
* [cmake](http://www.cmake.org) - buildsystem
|
||||
* [Python](http://www.python.org) - scripting language
|
||||
* [empy](http://www.alcyone.com/pyos/empy/) - Python templating library
|
||||
* [catkin_pkg](http://pypi.python.org/pypi/catkin_pkg/) - Runtime Python library for catkin
|
||||
* [cmake](http://www.cmake.org) - buildsystem
|
||||
* [Python](http://www.python.org) - scripting language
|
||||
* [empy](http://www.alcyone.com/pyos/empy/) - Python templating library
|
||||
* [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
|
||||
|
||||
@ -38,7 +46,7 @@ Build and run the tests:
|
||||
|
||||
Build the documentation:
|
||||
|
||||
make docs
|
||||
make doc
|
||||
|
||||
Install:
|
||||
|
||||
|
||||
2496
doc/Doxyfile
2496
doc/Doxyfile
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user