InfoQ

News

Mono 2.0 Is Available on MacOS X

Posted by Abel Avram on Oct 21, 2008 03:23 AM

Community
.NET
Topics
Open Source ,
Linux
Tags
Mono

Miguel de Icaza has announced the release of Mono 2.0 installers for MaxOS X. Mono 2.0 was released earlier this month closing the gap between Microsoft's .NET and open source Mono.

Miguel explained that Mono 2.0 was not released for MacOS X when it was made available for all the other platforms because they wanted to include the latest Gtk+ for MacOS X stack. The included Gtk+ version is 2.14.3 since 2.15 is a development version not suitable for public release. This version allows running Gtk+ applications natively on Mac without X11.

The Mono 2.0 installer for MaxOS X requires Mac OS Tiger (10.4) or Leopard (10.5). The installer includes Gtk# and Cocoa#.

Aaron Bockover, member of Novell Desktop Team, has announced the release of Banshee 1.3.3 on Friday 24th, mentioning the release will include Eoin Hennessy's work on porting Banshee to MacOS X. Banshee is an open source media player currently available on Linux. Installers for Windows are also in the works, according to Aaron.

Another application porting effort is done regarding Tomboy, a "desktop note-taking application for Linux and Unix". Sandy Armstrong has announced that his Tomboy port on Windows works on MacOS X as well with minor tweaks by using Mono 2.0 for MacOS X.

Miguel said that it should be easy to package and distribute an application for MacOS X as a relocatable application if the Guidelines for Application Deployment have been respected.

No comments

Reply

Educational Content

JRuby: The Pain of Bringing an Off-Platform Dynamic Language to the JVM

Charles Nutter discusses bringing JRuby to the JVM, why Ruby is hard to implement, JIT compilation, precompilation, core Ruby implementation, Java library access, library challenges and future plans.

Performance Anti-Patterns in Database-Driven Applications

Alois Reitbauer specifies several architectural anti-patterns that one should stay away from and which can downgrade an application’s performance.

Making TDD Stick: Problems and Solutions for Adopters

Teams in large organizations still struggle to adopt TDD. In this article Mark Levison shares problems he uncovered when he surveyed teams, and his own strategy to introduce TDD into an organization.

Testing is Overrated

In this talk from RubyFringe, Luke Francl asks: is developer-driven testing really the best way to find software defects? Or is the emphasis on testing and test coverage barking up the wrong tree?

VM Optimizations for Language Designers

John Pampuch discusses the HotSpot compiler, the history of Java performance, HotSpot development philosophies and challenges, optimization, JVM library improvements, and tips for better performance.

Keith Braithwaite, an Agile Skeptic

In this interview, Keith Braithwaite, an Agile developer, consultant and trainer, says that we should show a good deal of skepticism towards today’s Agile practice.

Workflow Orchestration Using Spring AOP and AspectJ

This article demonstrates how to build and orchestrate highly configurable and extensible yet light-weight embedded process flow using AOP techniques with Spring AOP and Aspect J.

Embrace Uncertainty

Jeff Patton explains why one needs to embrace uncertainty in order to succeed with his/her Agile project and how to avoid some of the common mistakes leading to project failure.