64e6602e79 | ||
---|---|---|
.. | ||
Makefile | ||
README.md | ||
ooui-sample.cs | ||
ooui-sample.html |
README.md
Install
Download Mono WebAssembly support on Jenkins by grabbing the latest build's Azure Artifact.
Expand that into this directory.
Build
csc /nostdlib /target:library /r:managed/mscorlib.dll /r:managed/System.Runtime.dll /r:managed/Xamarin.Forms.Core.dll /r:managed/Ooui.dll /r:managed/Ooui.Forms.dll /out:managed/Ooui.Sample.dll ../Samples/ISample.cs ../Samples/BoxViewClockSample.cs ooui-sample.cs
Run
python server.py