Skip to content
Snippets Groups Projects
Select Git revision
  • aa2c83938982c26d780287da50da5f5dff04f844
  • master default protected
  • 0.19.X
  • discrete
  • 0.18.X
  • ignore_lambda_to_diff_errors
  • 0.17.X
  • authors-update
  • 0.16.X
  • 0.15.X
  • 0.14.X
  • debian
  • 0.13.X
  • 0.12.X
  • 0.11.X
  • 0.10.X
  • 0.9.X
  • 0.6.X
  • 0.7.X
  • 0.8.X
  • 0.19.1
  • 0.19.0
  • 0.19b2
  • 0.19b1
  • 0.19-branching
  • 0.18.2
  • 0.18.1
  • 0.18
  • 0.18rc2
  • 0.18rc1
  • 0.18rc
  • 0.17.1-1
  • 0.17.1
  • debian/0.17.0-4
  • debian/0.17.0-3
  • debian/0.17.0-1
  • 0.17
  • debian/0.17.0_b1+git14-g4e6829c-1
  • debian/0.17.0_b1-1
  • 0.17b1
40 results

MANIFEST.in

Blame
  • README.IDE.txt 1.83 KiB
    -----------------------------------------
      HOW TO BUILD AND USE FLTK WITH AN IDE
    -----------------------------------------
    
    Since FLTK 1.4 we do no longer include IDE [1] solution files in our
    source distribution.
    
    If you want to build the FLTK library with an IDE you need to use
    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
    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
    ------------------------------------------------------------------------
    
    IDE files can easily be created using CMake and the provided CMake files.
    
    For more informations 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.
    
    --------------------------------------------------------------------------------
    
    [1] IDE = Integrated Development Environment,
        for instance Visual Studio, Xcode, Eclipse, ...
        https://en.wikipedia.org/wiki/Integrated_development_environment
    
    [2] https://cmake.org/