Install FLTK

Home > Tutorial > Install Libraries on Windows > FLTK



Install FLTK

    If you don't have FLTK click here

    Unzip FLTK in $LibDir, this will create a new directory $LibDir/fltk-1.1.5

    Run CMake and select the $LibDir/fltk-1.1.5 directory as 'Where is the source code'
    Put the same path + "-VC++" (like Visual C++) as 'Where to build the binaries'
    Be sure that 'Visual Studio 6' is selected.


    Click on Configure and put setup parameters like that:
- BUILD_TESTING = OFF
- BUILD_TEST = OFF

    Click once again on 'Configure' and then click on 'OK'. This will generate a Visual C++ project (*.dsw) in $LibDir/fltk-1.1.5-VC++.

    Launch $LibDir/fltk-1.1.5-VC++/FLTK.dsw and compile in RelWithDebInfo mode.
To do that, right click on the menu and check 'Build
', you can also uncheck 'Build MiniBar'.

    Then select 'RelWithDebInfo'.

    Start Compilation with ALL_BUILD

 

Continue installation >>