added a quick start for the gamers amongst us

This commit is contained in:
Lynne Megido 2020-09-01 17:25:39 +10:00
parent 3e39cb0af6
commit 518639b2e8
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -5,6 +5,15 @@ i figured, may as well try and learn c#
0uo
## quick start (arch linux)
```bash
git clone https://git.bune.city/lynnesbian/buypeeb-cs
cd buypeeb-cs
sudo pacman -S dotnet-sdk
dotnet run
```
---
## installing prerequisites
you will need either:
- [dotnet core sdk](https://dotnet.microsoft.com/) (recommended, it's the easiest to use)
@ -37,6 +46,8 @@ sudo pacman -S mono gtk-sharp-3
i have no idea how to install mono with gtksharp properly on windows, and believe me i tried
---
## compiling
### dotnet
```
@ -48,6 +59,7 @@ dotnet build
mcs -pkg:gtk-sharp-3.0 -resource:ui.glade *.cs
```
---
## running
### dotnet
```