summaryrefslogtreecommitdiff
path: root/ide/README.IDE
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-11-01 15:18:31 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-11-01 15:18:31 +0000
commit351736c320ff77cdc1e27c53492b64ce000f5411 (patch)
treefafb412989b7cb6f8964899c1da791aae9c5ea3e /ide/README.IDE
parent3e8e2ea62eb194d662de82bc3914d1094d8db7b7 (diff)
Documentation updates (IDE and CMake support).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12066 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/README.IDE')
-rwxr-xr-xide/README.IDE22
1 files changed, 22 insertions, 0 deletions
diff --git a/ide/README.IDE b/ide/README.IDE
index 5d3089149..0a68d2ae7 100755
--- a/ide/README.IDE
+++ b/ide/README.IDE
@@ -8,6 +8,15 @@ source distribution.
If you want to build the FLTK library with an IDE you need to use
CMake 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
+projects will be limited to the versions that are supported by and can be
+generated with CMake.
+
+Other IDE solutions generated with CMake may or may not work. The FLTK
+team will try to support as many IDE solutions as possible, but we may
+need help to adjust the CMake files to fit a particular IDE project.
+
Using CMake to generate IDE project files
------------------------------------------------------------------------
@@ -17,3 +26,16 @@ CMake files.
For more info about using CMake to build FLTK please read the file
README.CMake.txt in the root directory of the FLTK distribution.
+
+
+ Current Status as of Nov 2016:
+-------------------------------------
+
+ Xcode: Supported Known to work.
+ Visual C++: Supported Visual C++ 2015 generator known to work.
+
+ Other IDE's: Not supported Status unknown.
+
+Note: "Not supported" doesn't mean that a particular generator does not work,
+ but the FLTK team does not put much effort into making this IDE work,
+ hence it may work for you or not. Contributions welcome.