Skip to content

Commit 8e1d4c1

Browse files
author
Felix Exner
committed
Add a requirements section to the README
Tell users about the C++17 requirement for the master branch and that there is the boost branch.
1 parent 7ab208b commit 8e1d4c1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ A C++ library for accessing Universal Robots interfaces. With this library C++-b
2727
implemented in order to create external applications leveraging the versatility of Universal Robots
2828
robotic manipulators.
2929

30+
## Requirements
31+
* The library requires an implementation of **POSIX threads** such as the `pthread` library
32+
* The [master](https://github.com/UniversalRobots/Universal_Robots_Client_Library/tree/master)
33+
branch of this repository requires a C++17-compatible compiler. For building this library without
34+
a C++17-requirement, please use the
35+
[boost](https://github.com/UniversalRobots/Universal_Robots_Client_Library/tree/boost) branch
36+
instead that requires the boost library.
37+
3038
## Build instructions
3139
### Plain cmake
3240
To build this library standalone so that you can build you own applications using this library,

0 commit comments

Comments
 (0)