mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Update README.md
Updated readme file to include startup guide for developers
This commit is contained in:
parent
245f6f261b
commit
7ef0ba8d8a
1 changed files with 28 additions and 0 deletions
28
README.md
28
README.md
|
@ -28,3 +28,31 @@ Releases
|
|||
|
||||
You can find a list of all releases (stable and unstable) in the [Github releases](https://github.com/greenshot/greenshot/releases) or in the [version history on our website](https://getgreenshot.org/version-history/).
|
||||
The [downloads page on our website](https://getgreenshot.org/downloads/) always links to the latest stable release.
|
||||
|
||||
Getting Started for Developers:
|
||||
-------------------------------
|
||||
|
||||
These instructions are made to assist developers in getting started with Greenshot so they can contribute to the repository. Please verify system prerequisites are met before trying to build.
|
||||
|
||||
IDE System Requirements:
|
||||
------------------------
|
||||
|
||||
* Windows OS environment
|
||||
* Greenshot is build using (as of this writing) .net Framework 4.7.2. This means any version between .net Framework 4.7.2-4.8.1 will suffice.
|
||||
* Visual Studio 2017 or newer
|
||||
|
||||
Build Instructions:
|
||||
-------------------
|
||||
|
||||
* Open Visual Studio
|
||||
* Clone GitHub Repository using Visual Studio, using the link in the green code button above. Alternatively, you can download the repository to your machine and open the solution file located in /src/Greenshot.sln.
|
||||
* Choose Build->Build Solution in Visual Studio to build binaries.
|
||||
* Verify all components are built successfully.
|
||||
* You are ready to start contributing to Greenshot.
|
||||
|
||||
How to contribute:
|
||||
------------------
|
||||
|
||||
* Create your own fork of the main repository
|
||||
* Make desired changes (REMEMBER: keep commits small and concise, don't try to add multiple separate changes at once)
|
||||
* Submit a pull request for review. Your request will be reviewed and either accepted, denied, or you may be asked to make revisions before your code is accepted.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue