Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorenchik committed May 11, 2021
1 parent 78d83a0 commit 16257f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# myCobotCpp

Please check src/myCobotExample.cpp for example usage.

## How to build

1. Copy `*.so` to `lib` directory
2. Install Qt 5.12.10 and export QTDIR installation directory, e.g.
`export QTDIR=$HOME/Qt/5.12.10/gcc_64`
3. `mkdir build && cd build && cmake .. && cmake --build .`
4. Run example: `./bin/myCobotCppExample`

0 comments on commit 16257f0

Please sign in to comment.