Changes between Version 14 and Version 15 of code/Buildsystem
- Timestamp:
- Dec 2, 2012, 9:21:31 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/Buildsystem
v14 v15 57 57 || VISUAL_LEAK_DETECTOR_ENABLE || MSVC || false || Enable including the Visual Leak detector in every source file to help tracking memory leaks. This option is only available when using Visual Studio and you need to have the library configured (global included and library folder set || 58 58 59 || ENABLE_GCOV || GCC || false || Enables code coverage analysis with gcov || 60 59 61 == Installation == 60 62 We also provide an install target. When using makefiles, type ''make install'' and Orxonox will get installed. For project files, there's usually an ''INSTALL'' project which you can "build". [[br]]