From 645d6f992e4a807bd792d3ec63d8a34ca8abe543 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Tue, 18 Jul 2023 05:37:03 -0400 Subject: [PATCH] DOC: Update README mentioning Qt 4/C++98/Python 2.7/VTK 8/ITK v4.13.3 are unsupported --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 23bd9654a4..55ac1c2f36 100644 --- a/README.md +++ b/README.md @@ -85,16 +85,9 @@ CTK supports the following versions of Qt: * VTK 9 or newer * PythonQt [patched-9](https://github.com/commontk/PythonQt/tree/patched-9) branch -* Qt 4 - * CMake options: - * `CTK_QT_VERSION` set to `4` - * `QT_QMAKE_EXECUTABLE` set to `C:\path\to\qt-everywhere-opensource-build-4.8.6\bin\qmake.exe` (or a similar path, depending on your operating system) - * Requirements - * C++98 - * VTK 8 - * ITK v4.13.3 or older - * PythonQt [patched-5](https://github.com/commontk/PythonQt/tree/patched-5) branch - * QtTesting <= [c44b32fde](https://github.com/commontk/QtTesting/commit/c44b32fdea827be737e8c2f5608ffbc2e3bd08b2) from June 2017. +Unsupported: + +* Qt 4: The last CTK version to support Qt 4, C++98, VTK 8 and ITK v4.13.3 is [CTK 2023.07.13](https://github.com/commontk/CTK/releases/tag/2023.07.13). ## Supported Python versions @@ -103,8 +96,9 @@ CTK supports the following versions of Python: * Python 3 -* Python 2.7 - * Removed in VTK >= 9.3 +Unsupported: + +* Python 2.7: The last CTK version to support Python 2.7 is [CTK 2023.07.13](https://github.com/commontk/CTK/releases/tag/2023.07.13). ## Dependency Management