From 04ccc8cc46c45b81e6138bec0b48a188c4ffe406 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 23 Jan 2022 01:33:47 +0100 Subject: Remove experimental platforms Android, Pico, SDL (PR #376) ... as discussed in fltk.coredev: "FLTK 1.4.0 release schedule" https://groups.google.com/g/fltkcoredev/c/PDbHTRpXVh0/m/JqboexZ_AwAJ --- README.IDE.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'README.IDE.txt') diff --git a/README.IDE.txt b/README.IDE.txt index 866260536..223da0c00 100644 --- a/README.IDE.txt +++ b/README.IDE.txt @@ -3,10 +3,10 @@ ----------------------------------------- Since FLTK 1.4 we do no longer include IDE [1] solution files in our -source distribution. [2] +source distribution. If you want to build the FLTK library with an IDE you need to use -CMake [3] to generate the IDE files from the source distribution. +CMake [2] to generate the IDE files from the source distribution. The FLTK team will officially support generation of selected IDE projects, particularly Visual C++ and Xcode. Older version support of these IDE @@ -45,8 +45,4 @@ Note: "Not supported" doesn't mean that a particular generator does not work, for instance Visual Studio, Xcode, Eclipse, ... https://en.wikipedia.org/wiki/Integrated_development_environment -[2] The only exception is the Android Studio IDE in ide/AndroidStudio3 - currently provided for testing. This IDE solution is likely to be - moved elsewhere or removed entirely before FLTK 1.4 will be released. - -[3] https://cmake.org/ +[2] https://cmake.org/ -- cgit v1.2.3