-
Notifications
You must be signed in to change notification settings - Fork 776
Installing SharpDevelop
SharpDevelop integrates with a suite of free development tools for added productivity. In this section, we'll help you choose the tools you want to install to personalize your installation.
Requirement | ||
Minimum | ||
Recommended | ||
Operating System | Windows XP SP2 or later | Windows XP SP2 or later |
Processor | 600 MHz | 1 GHz |
RAM | 192 MB | 256 MB |
Hard Drive Space | 1.3 GB | 2 GB |
Note: These requirements refer to SharpDevelop alone. Not the .Net Framework or optional developer tools.
SharpDevelop was created using the .Net Framework. At a minimum, you will need to install the Framework, but we recommend you install the software development kit (SDK) as well. The SDK assists in creating, managing, and debugging .Net applications. Some integrated SharpDevelop features require the SDK to be installed: for example, generating a strong key for signing .Net assemblies.
- .Net Framework 3.5 and SDK (recommended)
- .Net Framwork 3.5 Only
The next step is to install SharpDevelop itself. Two different versions of SharpDevelop are maintained at the present moment: the official stable release and the future version still under development. The development version has the latest features, but isn't fully tested. Unless you plan to contribute to the development of SharpDevelop, you'll probably want to stick with the official release.
- Official Release (recommended)
- Development Version (Daily Builds)
The following features are optional, but are fully or partially integrated into SharpDevelop.
Version control allows you to track changes you or other developers make to code. SharpDevelop integrates with TortoiseSVN to provide version control.
FxCop analyzes your code and provides suggestions to make it more readable and to follow standard practices recommended by Microsoft.
StyleCop analyzes your code and ensure it maintains a consistent appearance in terms of indentation, spacing, and variable naming.
Reflector can inspect and decompile .Net assemblies.