I installed cmake on my VS 8 system, and using a recent patch provided
in STR #2244,
was able to get fltk to build with cmake/nmake.
Maybe we should start a README.cmake file, as I have text to put in it:
* * *
Using cmake to build Fltk with VS 8.0 + nmake
---------------------------------------------
How to use cmake to build FLTK with nmake from the DOS command line:
del CMakeCache.txt
cmake -G "NMake Makefiles"
nmake clean
nmake
NOTE:
To enable verbose output (be able to see the compile/link lines)
change the CMAKE_VERBOSE_MAKEFILE setting in CMakeCache.txt
from FALSE to TRUE, eg:
CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE
* * *
Currently cmake/nmake builds the test program executables (*.exe)
in the fltk/bin/ directory instead of the fltk/test/ directory.
Not sure if this is intentional, but it should maybe be changed.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev