parent
3f2f6972ad
commit
cc76c7295c
@ -26,6 +26,6 @@ sudo apt install dotnet-sdk-3.1
|
|||||||
dotnet new --install MonoGame.Templates.CSharp
|
dotnet new --install MonoGame.Templates.CSharp
|
||||||
dotnet tool install --global dotnet-mgcb-editor
|
dotnet tool install --global dotnet-mgcb-editor
|
||||||
mgcb-editor --register
|
mgcb-editor --register
|
||||||
dotnet build OpenGL/OpenGL.csproj
|
dotnet build DesktopGL/DesktopGL.csproj
|
||||||
dotnet run --project OpenGL/OpenGL.csproj
|
dotnet run --project DesktopGL/DesktopGL.csproj
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user