|
Use the ChronoEngineWizard in Microsoft Visual C++
This approach is suggested for users with little experience, but can work only on Microsoft Visual C++ 2005 editor. How it works: the Chrono::Engine installer has added a new type of wizard, which sets up new projects based on the engine, in few clicks. |
|
Use the makefiles
This approach is suggested for experienced users. How it works: the Chrono::Engine directory contains some .mak files which can be used by command-line build tools, so it applies to both MSVC and GNU compilers, and does not even require an IDE. It is the suggested method to rebuild all the demos. |
|
Use your custom tools
This approach is suggested for experienced users. In this case, we just tell you the 'generic settings' which should be applied to whatever kind of IDE you are using (for example, if you are using Code::Blocks, Dev-C or some strange building system like JAM or CMAKE etc.). |