1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

README.md: Update.

This commit is contained in:
Alec Leamas 2020-09-29 14:47:06 +02:00
parent 7abad93f33
commit 9dcca36b19

View File

@ -16,15 +16,18 @@ 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
Always required:
* [cmake](http://www.cmake.org) - buildsystem
Required when building the catkin package:
* [catkin](http://www.ros.org/wiki/catkin) - cmake and Python based 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
* [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
* [Googletest](https://github.com/google/googletest) - Test framework
Optional (for documentation):
* [Doxygen](http://www.doxygen.org/) - Documentation generation tool