Skip to content

Installing For Windows

ilescener edited this page Feb 3, 2016 · 9 revisions

To be able to develop Tonatiuh under Windows XP, Windows Vista or Windows 7, you need to install the MSYS shell environment, the MinGW C++ compiler, and a series of libraries. You will also need to install and configure an Integrated Development Environment, and the ancillary libraries and software infrastructure needed to automatize the generation of the program's documentation, to do unit testing and continuous integration.

Here you will find and overview of the overall process, together with links to the detailed instructions needed to execute every step of the process.

Details

To be able to develop Tonatiuh under Windows you need to:

  • Install the appropriate compilation and linking environment.

    • [Installing MinGW and MSYS](Installing MinGW For Windows)
  • Install the third-party libraries needed by the program.

    • [Installing Qt](Installing Qt For Windows)
    • [Installing Simage](Installing Simage For Windows)
    • [Installing Coin3D](Installing Coin3D For Windows)
    • [Installing SoQt](Installing SoQt for Windows)
    • [Installing Marble](Installing Marble For Windows)
    • [Installing SQLite](Installing SQLite For Windows)
  • Install and configure the Integrated Development Environment.

    • [Installing and Configuring Eclipse](Installing And Configuring Eclipse For Windows)
    • [Installing Subversive](Installing Subversive)
    • [Building Tonatiuh and plugins](Building Tonatiuh Under Windows)
    • [Debugging Tonatiuh with Eclipse](Debugging Tonatiuh On Windows)
  • Install Doxygen and configure it.

    • [Installing Doxygen](Installing Doxygen For Windows)
  • Install the Unit Testing and Continuous Integration infrastructure.

    • [Install GoogleTest](Installing Google Test For Windows)

Developer's Guide | Wiki Home

Clone this wiki locally