From 450477057841bbbcd0222844c8aa55d0246deb73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fern=C3=A1ndez=20Navarro?= Date: Thu, 14 May 2020 18:07:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4a1047..50d1258 100755 --- a/README.md +++ b/README.md @@ -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 @@ -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