sorry mono :c
This commit is contained in:
parent
82c666296a
commit
ed759d8945
1 changed files with 2 additions and 1 deletions
|
@ -55,8 +55,9 @@ dotnet build
|
||||||
```
|
```
|
||||||
|
|
||||||
### mono
|
### mono
|
||||||
|
it doesn't actually build with mono anymore because mono's C# version is too old, and these instructions are wrong anyway, but it's something like
|
||||||
```
|
```
|
||||||
mcs -pkg:gtk-sharp-3.0 -resource:ui.glade *.cs
|
mcs -pkg:gtk-sharp-3.0 -resource:ui/main.glade -resource:ui/add.glade -resource:ui/settings.glade *.cs
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue