diff --git a/README.md b/README.md index 71709ba..6307393 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ -# qcustomplot -qcustomplot libraries for ros indigo +# QCustomPlot +QCustomPlot is a Qt C++ widget for plotting and data visualization. It has no further dependencies and is well documented. This plotting library focuses on making good looking, publication quality 2D plots, graphs and charts, as well as offering high performance for realtime visualization applications. Have a look at the Setting Up and the Basic Plotting tutorials to get started. More information can be found at [https://www.qcustomplot.com/](https://www.qcustomplot.com/) + +## Build + +```Bash +git clone https://github.com/zohannn/qcustomplot +cd build +qmake +make +```