From 8f9a7fe1ef462c82469431221f62f88430e4e760 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Tue, 19 Sep 2023 09:14:13 +0200 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 05d58054..a0d0f3eb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,7 +5,7 @@ Alexander Wenzel ## Instructions for installing DLT Viewer (GUI) * Install Qt5 SDK including Qt Creator and Microsoft Visual Studio Build Tools 2017 -* Tested with QT 5.12.12 (Windows) and Qt 5.9.5 (Ubuntu Linux) +* Tested with QT 5.15.2 (Windows) and Qt 5.12.8 (Ubuntu 20.04LTS Linux) * Open project BuildDltViewer.pro in Qt Creator. * Ensure that build options point to correct QT and MSVC. * Build Release in Qt Creator or via CMake (see last). @@ -27,7 +27,7 @@ Alexander Wenzel ## Build DLT Viewer in Windows -* Install Qt5 SDK and Microsoft Visual Studio Build Tools 2017 +* Install Qt5 SDK and Microsoft Visual Studio Build Tools 2019 * If needed adapt you configuration in build_sdk_windows_qt5_MSVC.bat * Run build_sdk_windows_qt5_MSVC.bat @@ -38,10 +38,10 @@ The DLT Viewer will be installed by default in C:\DltViewerSDK Some DLT Viewer plugins will use the Qwt library for displaying graphs. The Qwt library must be compiled and installed before it can be used. -(Tested with Qwt 6.2.0) +(Tested with Qwt 6.1.6) -* Install Qt5 SDK and Microsoft Visual Studio Build Tools 2017 -* Copy Qwt zip package qwt-6.2.0.zip to DLT Viewer folder +* Install Qt5 SDK and Microsoft Visual Studio Build Tools 2019 +* Copy Qwt zip package qwt-6.1.6.zip to DLT Viewer folder * Run build_qwt_windows_qt5_MSVC.bat ## Create SDK (Linux)