added a quick start for the gamers amongst us
This commit is contained in:
parent
3e39cb0af6
commit
518639b2e8
1 changed files with 12 additions and 0 deletions
12
readme.md
12
readme.md
|
@ -5,6 +5,15 @@ i figured, may as well try and learn c#
|
||||||
|
|
||||||
0uo
|
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
|
## installing prerequisites
|
||||||
you will need either:
|
you will need either:
|
||||||
- [dotnet core sdk](https://dotnet.microsoft.com/) (recommended, it's the easiest to use)
|
- [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
|
i have no idea how to install mono with gtksharp properly on windows, and believe me i tried
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## compiling
|
## compiling
|
||||||
### dotnet
|
### dotnet
|
||||||
```
|
```
|
||||||
|
@ -48,6 +59,7 @@ dotnet build
|
||||||
mcs -pkg:gtk-sharp-3.0 -resource:ui.glade *.cs
|
mcs -pkg:gtk-sharp-3.0 -resource:ui.glade *.cs
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
## running
|
## running
|
||||||
### dotnet
|
### dotnet
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue