Skip to content

Commit

Permalink
added compilation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
XPower7125 authored Nov 9, 2022
1 parent 69f427b commit 5c9bceb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@ This is my very first C# program! It is made as a test
Requirements for compilation
- Visual Studio 2022 17.4+
- .net core 7.0

How to compile (with Visual Studio 2022 - Windows)
- clone the repo
the GUI way
- open Visual Studio and click on "Clone Repository"
- Insert the repo link ( https://github.com/XPower7125/GGGiver-CSharp/tree/master )
- insert a path (default is okay)
- Click on clone
The
- Run a command prompt in an empty directory and type git clone https://github.com/XPower7125/GGGiver-CSharp/tree/master
- Compile
- Open the GGGiver.sln file with Visual Studio
- Compile

0 comments on commit 5c9bceb

Please sign in to comment.