Moonlight .... ähem, Silverlight auf Linux

Wie schon oft erwähnt gibt es große Bestrebungen der Linux-Gemeinde Silverlight auf Mono zu portieren. Hier gibt es schon eine Preview dazu.

Und die Installation dazu ist auch ganz einfach ;-)

  1. Install Mono 1.2.4 for Unix
  2. Download and install the olive module
    1. Standard configure; make; make install
  3. Install dependencies for module moon from your distro:
    1. Gtk+ 2.0 development package
    2. cairo 1.4.xx development package
    3. ffmpeg from SVN
    4. Mozilla NSPR development package
      1. one of: nspr mozilla-nspr firefox-nspr xulrunner-nspr seamonkey-nspr)
    5. Mozilla NSS development package
      1. one of: nss mozilla-nss firefox-nss xulrunner-nss seamonkey-nss
    6. Mozilla XPCOM
      1. one of: xpcom mozilla-xpcom firefox-xpcom xulrunner-xpcom
    7. Alsa
  4. Download and install the moon module from SVN
    1. Standard configure; make; make install