File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ A C++ library for accessing Universal Robots interfaces. With this library C++-b
2727implemented in order to create external applications leveraging the versatility of Universal Robots
2828robotic 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
3240To build this library standalone so that you can build you own applications using this library,
You can’t perform that action at this time.
0 commit comments