Jean-Marc Lasgouttes a écrit :
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Personnaly I like the CMake approach better because they
Abdelrazak> delegate the compilation step to the sytem: Makefile for
Abdelrazak> Unix (or Mingw), MS Visual studio project for MS VC++
Abdelrazak> users. This approach allows people working with different
Abdelrazak> systems to work cooperatively without any porting porblem.
In what language is cmake itself written? What does the user need to
compile a project?
AFAIK, it is written in C++ and require a program installation. An
installer is available for windows and precompiled binaries (tar.gz) are
available for most Unix systems. See:
http://cmake.org/HTML/Download.html
Abdel.
JMarc