Tools of the Trade: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (Robot: Cosmetic changes)
Line 3: Line 3:
== Misc tools (proprietary but freely available) ==
== Misc tools (proprietary but freely available) ==
=== IDEs ===
=== IDEs ===
* MSVC++ Express 2008 [http://www.microsoft.com/express/download/] - please note that you'll probably want to download the '''offline''' installation image file (iso) which -unlike the web installation- doesn't require any complicated and long-winded registration process. The direct link to the latest version (as of 11/2008) is [http://download.microsoft.com/download/E/8/E/E8EEB394-7F42-4963-A2D8-29559B738298/VS2008ExpressWithSP1ENUX1504728.iso] - after having downloaded the iso image, you'll either have to burn it or simply mount it in order to execute the installation (there are various tools to mount iso images under windows, you may want to check out daemon tools [http://www.daemon-tools.cc] for a freely available solution).
* MSVC++ Express 2008 [http://www.microsoft.com/express/download/] - please note that you'll probably want to download the '''offline''' installation image file (iso) which -unlike the web installation- doesn't require any complicated and long-winded registration process. The direct link to the latest version (as of 11/2008) is [http://download.microsoft.com/download/E/8/E/E8EEB394-7F42-4963-A2D8-29559B738298/VS2008ExpressWithSP1ENUX1504728.iso] - after having downloaded the iso image, you'll either have to burn it or simply mount it in order to execute the installation (there are various tools to mount iso images under windows, you may want to check out daemon tools [http://www.daemon-tools.cc] for a freely available solution).


=== Shader Development ===
=== Shader Development ===
Line 21: Line 21:


== Free/Open Source ==
== Free/Open Source ==
* [http://www.gnu.org/software/gcc/onlinedocs/ gcc - the GNU compiler (collection)]
* [http://www.gnu.org/software/gcc/onlinedocs/ gcc - the GNU compiler (collection)]


=== Build related ===
=== Build related ===
Line 62: Line 62:
** http://www.wincvs.org/
** http://www.wincvs.org/
* SVN
* SVN
**http://www.subversion.org
** http://www.subversion.org
* git
* git
** http://www.kernel.org/pub/software/scm/git/docs/
** http://www.kernel.org/pub/software/scm/git/docs/

Revision as of 19:24, 8 March 2011

Tools

Misc tools (proprietary but freely available)

IDEs

  • MSVC++ Express 2008 [1] - please note that you'll probably want to download the offline installation image file (iso) which -unlike the web installation- doesn't require any complicated and long-winded registration process. The direct link to the latest version (as of 11/2008) is [2] - after having downloaded the iso image, you'll either have to burn it or simply mount it in order to execute the installation (there are various tools to mount iso images under windows, you may want to check out daemon tools [3] for a freely available solution).

Shader Development


Debuggers & Profilers

OpenGL Debugging

Free/Open Source

Build related

Speeding up compilations/rebuilds

Documentation

Debugging

Memory Usage

Profiling

Source Code Management / Revision Control Systems

fraps-like Output/Video capturing for *nix