Got stuck on trying to figure out how to actually compile it. After I've installed gtk2-sharp and mono "make" spits out the following:
- Code: Select all
mcs @weland.rsp
mcs @weland.rsp
make -C Plugins
make[1]: Entering directory '/home/johannesg/weland/Plugins'
mcs -r:../Weland.exe -target:library EnumerateTags.cs
mcs -r:../Weland.exe -target:library Shade.cs
make[1]: Leaving directory '/home/johannesg/weland/Plugins'
And I do notice that it spits out a Weland.exe file. But no Linux executable it seems. Is there something I am missing?
(Running Ubuntu Gnome 16.04)