|
| 1 | +# #develop (short for SharpDevelop) |
| 2 | + |
| 3 | +##Overview |
| 4 | + |
| 5 | + #develop is a free Integrated Development Environment |
| 6 | +(IDE) for C#, VB.NET, Boo, IronPython, IronRuby and F# projects on Microsoft's |
| 7 | +.NET platform. It is written (almost) entirely in C#, and comes with features |
| 8 | +you would expect in an IDE plus a few more. |
| 9 | + |
| 10 | +The #develop project started on September 11th, 2000. The project was initiated |
| 11 | +by Mike Krüger. In the course of the project, several contributors joined in. |
| 12 | +If you want to contribute see ["Joining the team"](https://github.com/icsharpcode/SharpDevelop/wiki/Joining-the-Team). |
| 13 | + |
| 14 | +1. [Official Website](http://www.icsharpcode.net/OpenSource/SD/Default.aspx) |
| 15 | +2. [Forums](http://community.sharpdevelop.net/forums/) |
| 16 | +3. [Build Artefacts (Nightly Builds)](http://build.sharpdevelop.net/BuildArtefacts) |
| 17 | + |
| 18 | +##How To Compile |
| 19 | + #Develop can be compiled using the supplied .bat files, or in #Develop itself. |
| 20 | + |
| 21 | +##System Requirements (running #Develop) |
| 22 | + |
| 23 | + - Windows Vista or higher. |
| 24 | + - [.NET 4.5](http://www.microsoft.com/en-au/download/details.aspx?id=30653) |
| 25 | + - [Visual C++ 2008 SP1 Runtime](http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en) |
| 26 | + |
| 27 | +##Extended Requirements (building #Develop) |
| 28 | + |
| 29 | + - [Microsoft Build Tools 2013](www.microsoft.com/en-us/download/details.aspx?id=40760) |
| 30 | + - [.NET 3.5 SP1](http://www.microsoft.com/en-au/download/details.aspx?id=22) |
| 31 | + - [.NET 4.5 SDK] (part of [Windows SDK 8.0](http://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx)) |
| 32 | + - [Windows SDK 7.1](http://www.microsoft.com/downloads/details.aspx?familyid=6B6C21D2-2006-4AFA-9702-529FA782D63B) (?? not sure if this still is necessary...) |
| 33 | + - [Windows SDK 7.0](http://www.microsoft.com/en-us/download/details.aspx?id=3138) (optional; C++ compiler needed for profiler) |
| 34 | + - [Windows PowerShell](http://www.microsoft.com/en-us/download/details.aspx?id=34595) |
| 35 | + - If you have cloned the SD git repository: git must be available on your PATH |
| 36 | + |
| 37 | +##Libraries and Integrated tools: |
| 38 | + |
| 39 | +* [Avalon Dock](http://avalondock.codeplex.com/) : New BSD License (BSD) (thanks to **Adolfo Marinucci**) |
| 40 | +* [Graph#](https://graphsharp.codeplex.com/) |
| 41 | +* [IQToolkit](https://iqtoolkit.codeplex.com/) |
| 42 | +* [Irony](https://irony.codeplex.com/) |
| 43 | +* [ITextSharp](http://sourceforge.net/projects/itextsharp/) |
| 44 | +* [log4Net](https://github.com/apache/log4net) |
| 45 | +* Mono T4 |
| 46 | +* [Mono.Cecil](https://github.com/jbevain/cecil): MIT License (thanks to **Jb Evain**) |
| 47 | +* [Sharp Svn](https://sharpsvn.open.collab.net/) |
| 48 | +* [SQLite](https://sqlite.org/) |
| 49 | +* [WPFToolkit](https://wpf.codeplex.com/) |
| 50 | + |
| 51 | +##Integrated Tools (packaged with #Develop): |
| 52 | + |
| 53 | +* [IronPython](http://ironpython.net/) |
| 54 | +* [IronRuby](https://ironruby.codeplex.com/) |
| 55 | +* [NuGet](https://nuget.codeplex.com/) |
| 56 | +* [NUnit](http://www.nunit.org/) |
| 57 | +* [OpenCover](https://github.com/OpenCover/opencover) |
| 58 | +* [WiX](https://wix.codeplex.com/) |
| 59 | + |
| 60 | +##Reusable Libraries (Part of #Develop): |
| 61 | + |
| 62 | +* [AvalonEdit](http://avalonedit.net/) |
| 63 | +* [Debugger.Core](https://github.com/icsharpcode/SharpDevelop/tree/master/src/AddIns/Debugger/Debugger.Core) |
| 64 | +* [ICSharpCode.Core](https://github.com/icsharpcode/SharpDevelop/tree/master/src/Main/Core) |
| 65 | +* [ICSharpCode.Decompiler](https://github.com/icsharpcode/SharpDevelop/tree/master/src/Libraries/ICSharpCode.Decompiler) |
| 66 | +* [NRefactory](https://github.com/icsharpcode/NRefactory) |
| 67 | +* [SharpTreeView](https://github.com/icsharpcode/SharpDevelop/tree/master/src/Libraries/SharpTreeView) |
| 68 | +* [WPF Designer]( https://github.com/icsharpcode/SharpDevelop/tree/master/src/AddIns/DisplayBindings/WpfDesign) |
| 69 | + |
| 70 | +## #Develop Contributors |
| 71 | + |
| 72 | +###Developers |
| 73 | + |
| 74 | +* [Mike Krüger](https://github.com/mkrueger) (Project Founder) |
| 75 | +* [Daniel Grunwald](https://github.com/dgrunwald) (Technical Lead) |
| 76 | +* [Andreas Weizel](https://github.com/Rpinski) |
| 77 | +* [Matt Ward](https://github.com/mrward) |
| 78 | +* [David Srbecky](https://github.com/dsrbecky)(Debugger) |
| 79 | +* [Siegfried Pammer](https://github.com/siegfriedpammer) |
| 80 | +* [Peter Forstmeier]( https://github.com/PeterForstmeier)(#Develop Reports) |
| 81 | + |
| 82 | +###Non-Developers |
| 83 | + |
| 84 | +* Christoph Wille (PM) |
| 85 | +* Bernhard Spuida (Kalfaktor) |
| 86 | + |
| 87 | +###Past Developers (Non-Exhaustive List) |
| 88 | + |
| 89 | +* [Mike Krüger](https://github.com/mkrueger) (Project Founder) |
| 90 | +* Alexandre Semenov |
| 91 | +* Andrea Paatz |
| 92 | +* Christian Hornung |
| 93 | +* David Alpert |
| 94 | +* Denis ERCHOFF |
| 95 | +* Dickon Field |
| 96 | +* Georg Brandl |
| 97 | +* Ifko Kovacka |
| 98 | +* Itai Bar-Haim |
| 99 | +* Ivan Shumilin |
| 100 | +* John Reilly |
| 101 | +* John Simons |
| 102 | +* Justin Dearing |
| 103 | +* Markus Palme |
| 104 | +* Mathias Simmack |
| 105 | +* Matt Everson |
| 106 | +* Nathan Allan |
| 107 | +* Nikola Kavaldjiev |
| 108 | +* Philipp Maihart |
| 109 | +* Poul Staugaard |
| 110 | +* Robert Pickering |
| 111 | +* Robert Zaunere |
| 112 | +* Roman Taranchenko |
| 113 | +* Russell Wilkins |
| 114 | +* Scott Ferrett |
| 115 | +* Sergej Andrejev |
| 116 | +* Shinsaku Nakagawa |
| 117 | +* Tomasz Tretkowski |
| 118 | +* Troy Simpson |
| 119 | + |
| 120 | +######Copyright 2014 AlphaSierraPapa for the SharpDevelop team. SharpDevelop is distributed under the MIT license. |
0 commit comments