Skip to content

Commit

Permalink
READE updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zohannn authored Nov 10, 2020
1 parent 0b2fc02 commit 1121e41
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# qcpdocumentobject
qcpdocumentobject libraries for ros indigo
# QCPDocumentObject
The interface between QCustomPlot and QTextDocument is QCPDocumentObject. More information can be found at [https://www.qcustomplot.com/index.php/tutorials/specialcases/textdocument](https://www.qcustomplot.com/index.php/tutorials/specialcases/textdocument)

## Build

```Bash
git clone https://github.com/zohannn/qcpdocumentobject.git
cd qcpdocumentobject
mkdir build
cd build
cmake ..
make
```

0 comments on commit 1121e41

Please sign in to comment.