Coding Tools
From OpenTTD
(Difference between revisions)
(11 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
== Common == | == Common == | ||
− | * [http://subversion. | + | * [http://subversion.apache.org/ Subversion] |
+ | * [http://mercurial.selenic.com/ Mercurial] (also known as ''hg''). | ||
+ | * [http://git-scm.com/ Git] | ||
== Windows == | == Windows == | ||
− | |||
− | |||
* [[Compiling_on_MinGW|MinGW]] | * [[Compiling_on_MinGW|MinGW]] | ||
− | |||
* [[Microsoft Visual C++ 2005 Express Editions]] | * [[Microsoft Visual C++ 2005 Express Editions]] | ||
− | * [[Microsoft Visual C++ 2008 Express Editions]] | + | * [[Microsoft Visual C++ 2008 and 2010 Express Editions]] |
− | * [ | + | * [[Microsoft Visual C++ 2012]] |
− | * [http://tortoisesvn.tigris.org/ Tortoise SVN] ( | + | * [http://tortoisesvn.tigris.org/ Tortoise SVN], TortoiseHG, TortoiseGit (GUIs for the respective version control programs that integrate into Explorer's context menu. TortoiseSVN cannot handle Mercurial and Git patches.) |
== MacOS == | == MacOS == | ||
− | * [http:// | + | * [http://developer.apple.com/tools/xcode/ Xcode] |
* [[Wikipedia:GNU Compiler Collection|GCC]] | * [[Wikipedia:GNU Compiler Collection|GCC]] | ||
* [[Compiling on Mac]] | * [[Compiling on Mac]] | ||
Line 20: | Line 19: | ||
* [[Compiling on Linux]] | * [[Compiling on Linux]] | ||
* [[KDevelop]] | * [[KDevelop]] | ||
+ | * [[CodeLite]] | ||
== Other == | == Other == | ||
+ | * [http://cnd.netbeans.org/docs/howto-existent/howto-exist.html NetBeans with C/C++ Development Pack] | ||
* [[Eclipse]] with CDT | * [[Eclipse]] with CDT | ||
* [[Cross Compiling]] on Linux for Windows | * [[Cross Compiling]] on Linux for Windows | ||
+ | * [[Compiling on OS/2]] | ||
== DistCC == | == DistCC == |
Latest revision as of 20:03, 7 May 2016
Contents |
[edit] Common
- Subversion
- Mercurial (also known as hg).
- Git
[edit] Windows
- MinGW
- Microsoft Visual C++ 2005 Express Editions
- Microsoft Visual C++ 2008 and 2010 Express Editions
- Microsoft Visual C++ 2012
- Tortoise SVN, TortoiseHG, TortoiseGit (GUIs for the respective version control programs that integrate into Explorer's context menu. TortoiseSVN cannot handle Mercurial and Git patches.)
[edit] MacOS
[edit] Linux
[edit] Other
- NetBeans with C/C++ Development Pack
- Eclipse with CDT
- Cross Compiling on Linux for Windows
- Compiling on OS/2