Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfnavarro authored May 14, 2020
1 parent 832ad60 commit 4504770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Then launch the image according to where your file are located.

* Download and install CMake

* Download and install Qt open source from http://qt-project.org/downloads (Choose Desktop application and Open Source and then use the defaultsettings and location). For Windows you must choose the mingw32 option and include QT Charts.
* Download and install Qt open source from http://qt-project.org/downloads (Choose Desktop application and Open Source and then use the defaultsettings and location). For Windows you must choose the mingw64 option and include QT Charts for every platform.

* Download and extract QCustomplot from http://www.qcustomplot.com/release/1.3.2/QCustomPlot.tar.gz

Expand Down Expand Up @@ -247,7 +247,7 @@ Note that for Linux you may want to update your LD_LIBRARY_PATH variable to cont

DCMAKE_PREFIX_PATH = the path to where Qt and qcustomplot are installed

eg: "C:\Qt\5.14.1\mingw53_32;C:\qcustomplot"
eg: "C:\Qt\5.14.1\mingw53_64;C:\qcustomplot"

DARMADILLO_PATH = indicates where armadillo was extracted

Expand Down

0 comments on commit 4504770

Please sign in to comment.