Compare commits
No commits in common. "8f9481845bb60043f1fb51ccaa21cc8dd3195aaf" and "aef8ef0bbdf4d352156b917638612c93271514f7" have entirely different histories.
8f9481845b
...
aef8ef0bbd
1 changed files with 1 additions and 10 deletions
11
readme.md
11
readme.md
|
@ -14,11 +14,6 @@ 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
|
||||
|
@ -27,8 +22,4 @@ mcs -pkg:gtk-sharp-3.0 -resource:ui.glade *.cs
|
|||
## running
|
||||
```
|
||||
./BuypeebApp.exe
|
||||
```
|
||||
or
|
||||
```
|
||||
mono ./BuypeebApp.exe
|
||||
```
|
||||
```
|
Loading…
Reference in a new issue