about.html 885 B

123456789101112131415161718192021
  1. <html>
  2. <head>
  3. <title>CMake - CMakeSetup GUI Build System</title>
  4. </head>
  5. <body>
  6. <font color="#000080" size="+2"><em><strong>CMake - CMakeSetup GUI Build System</strong></em></font>
  7. <p><font size="+1" face="Arial, Helvetica, sans-serif">Welcome to CMake! The cross-platform, open-source make system.
  8. <b>CMake</b> is used to control the software compilation process using simple platform and compiler independent configuration files.
  9. <b>CMake</b> generates native makefiles and workspaces that can be used in the compiler environment of your choice.
  10. Please go to <i><b>http://www.cmake.org</b></i> to learn more about CMake.<br><br>
  11. CMakeSetup.exe is enhanced and ported to wxWidgets 2.6.0 by Jorgen Bodde ([email protected]).<br>
  12. Current CMakeSetup version is: @V@<br>
  13. Current CMake build system is: @B@<br><br>
  14. Current generators are supported:<br>
  15. @G@
  16. </font>
  17. </p>
  18. </body>
  19. </html>