mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 19:05:31 +00:00
Update readme
This commit is contained in:
parent
e3ab29e289
commit
0635d1414e
|
@ -26,7 +26,7 @@ git clone https://github.com/GtkSharp/GtkSharp.git
|
|||
cd GtkSharp
|
||||
```
|
||||
|
||||
and then simply run either `.\build.ps1` or `./build.sh` depending your operating system.
|
||||
and then simply run either `.\build.ps1` or `./build.sh` depending your operating system. If you have [Cake](https://cakebuild.net/) installed as a .NET global tool just run `dotnet-cake`.
|
||||
|
||||
If you wish to generate the nuget packages simply add the `--BuildTarget=PackageNuGet` as an argument when calling the build script.
|
||||
|
||||
|
|
Loading…
Reference in a new issue