fltk/ide/README.IDE
Albrecht Schlosser 5bc3f5f5a7 Remove all Windows IDE files.
Todo: remove Xcode4 files as well.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11176 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-02-14 22:57:48 +00:00

20 lines
671 B
Plaintext
Executable File

-------------------------------------------
HOW TO USE THE FLTK IDE ENVIRONMENTS
-------------------------------------------
Since FLTK 1.4.0 we do no longer include IDE solution files in our
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.
Using CMake to generate IDE project files
------------------------------------------------------------------------
IDE files can easily be created using CMake and the provided
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.