# Installation of DLT Viewer on Windows # Requirements - Supported platforms - Windows 7 x64 - Windows 10 x64 - Windows 11 x64 - Administrator rights are **not needed** - No need to download and install QT framework. # Installation - Install **Microsoft Visual C++ 2017 Redistributable (...
build/dist/DLTViewer*.AppImage build/dist/*.md path: build/dist/DLTViewer*.tgz buildWindows: name: Build Windows 27 changes: 16 additions & 11 deletions 27 CMakeLists.txt Original file line numberDiff line numberDiff line change @@ -54,13 +54,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)...
I am attaching a script which I use to download and install dlt-viewer on ubuntu. #! /usr/bin/env bash DLT_DIRECTORY=$(pwd) DLT_FOLDER="dlt-viewer" echo "pwd = $(pwd)" if [ "$#" -ne 1 ]; then echo "Path to dlt-viewer is not provided, using the current location for instal...