dotnet: Adapt README.md to recent changes

This commit is contained in:
TSR Berry 2022-10-14 17:16:57 +02:00
parent ff1f0a5c1a
commit b1af49f72b
No known key found for this signature in database
GPG Key ID: 52353C0A4CCA15E2
1 changed files with 13 additions and 9 deletions

View File

@ -7,15 +7,19 @@ from source.
1. Compile the code 1. Compile the code
[Windows] You need to have at least version 5.0 of .NET installed.
To compile the code open the UnicornSln.sln with Microsoft Visual
Studio 12 or with a newer version and just press Ctrl+Shift+B to build 1. Windows
the solution.
To compile the code open the UnicornSln.sln with Microsoft Visual
You need to have installed at least version 4.5 of the .NET framework. Studio 12 or with a newer version and just press Ctrl+Shift+B to build
the solution.
[Linux]
TODO 2. Linux
To compile the code open a terminal in this directory
and enter the following command to build the solution:
`dotnet build`
2. Usage 2. Usage