Compare commits
2 commits
aef8ef0bbd
...
8f9481845b
Author | SHA1 | Date | |
---|---|---|---|
8f9481845b | |||
c2a62786d5 |
1 changed files with 10 additions and 1 deletions
11
readme.md
11
readme.md
|
@ -14,6 +14,11 @@ the packages you'll need are `mono-devel` and `gtk-sharp3`, so:
|
|||
sudo apt install mono-devel gtk-sharp3
|
||||
```
|
||||
|
||||
### installing on arch
|
||||
```
|
||||
sudo pacman -S mono gtk-sharp-3
|
||||
```
|
||||
|
||||
## compiling
|
||||
```
|
||||
mcs -pkg:gtk-sharp-3.0 -resource:ui.glade *.cs
|
||||
|
@ -22,4 +27,8 @@ mcs -pkg:gtk-sharp-3.0 -resource:ui.glade *.cs
|
|||
## running
|
||||
```
|
||||
./BuypeebApp.exe
|
||||
```
|
||||
```
|
||||
or
|
||||
```
|
||||
mono ./BuypeebApp.exe
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue