diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-23 01:33:47 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-01-23 18:12:47 +0100 |
| commit | 04ccc8cc46c45b81e6138bec0b48a188c4ffe406 (patch) | |
| tree | 3ad8604f5d433dc6b6c294c28549a58dd57efcbd /README.IDE.txt | |
| parent | b275ff07158e80d1744ddb2f6c51094a87cf079a (diff) | |
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
Diffstat (limited to 'README.IDE.txt')
| -rw-r--r-- | README.IDE.txt | 10 |
1 files changed, 3 insertions, 7 deletions
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/ |
