I cloned and built a fresh version of Mono from GitHub on the RasPi. (took
more than a day).

Cloned AspNet vNext Home, and kvminstall'ed it. (some problems as I
installed as root, solved by moving things to user 'pi')

kpm restore'd and 'k run' on the console sample. It run (veeeeeery slowly,
some 10s before the hello message appears).

kpm restore on the HelloMVC sample simply doesn't work, because the Pi
512MB of ram is not enough to build the full dependency tree. I needed to
break the dependency tree in smaller subtrees (editing project.json) and
aftr some hours, I was capable of having all dependencies installed and try
'k web', it them fails with an exception in the initializer of HttpApi.
Will need to look at it later.


Rafael Teixeira
O..:.)oooo
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to