-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Qwt support. Remove dlt-speed example. Signed-off-by: Alexander Wenzel <[email protected]>
- Loading branch information
Showing
16 changed files
with
16 additions
and
1,401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ Alexander Wenzel <[email protected]> | |
|
||
## Instructions for installing DLT Viewer (GUI) | ||
|
||
* Install Qt5 SDK including Qt Creator and Microsoft Visual Studio Build Tools 2017 | ||
* Tested with QT 5.15.2 (Windows) and Qt 5.12.8 (Ubuntu 20.04LTS Linux) | ||
* Install Qt5 SDK and Qt6 SDK including Qt Creator and Microsoft Visual Studio Build Tools 2019 | ||
* Tested with QT 5.15.2 (Windows), QT 5.6.1 (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,23 +27,12 @@ Alexander Wenzel <[email protected]> | |
|
||
## Build DLT Viewer in Windows | ||
|
||
* 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 | ||
* Install Qt5 SDK or Qt6 SDK and Microsoft Visual Studio Build Tools 2019 | ||
* If needed adapt you configuration in build_config.bat | ||
* Run build_sdk_windows_qt5_MSVC_interactive.bat | ||
|
||
The DLT Viewer will be installed by default in C:\DltViewerSDK | ||
|
||
## Optional: Prepare Installation Qwt (Windows) | ||
|
||
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.1.6) | ||
|
||
* 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) | ||
|
||
* Compile DLT Viewer as described in "Build DLT-viewer Linux" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.