Sep
19 C# on the Mac
filed in: .net, mac, programmingtime: 7:27 pm EST

CsharponMac
Originally uploaded by kridgway.
Well, it wasn’t too difficult to figure out, getting .Net apps to run on my G4 Mac.
Here are the steps I used:
1. Install the mono framework: http://www.mono-project.com/Downloads
2. Install the J2SE 5.0 runtime environment that the IDE I chose required: http://docs.info.apple.com/article.html?artnum=301073
3. Then I installed the X-develop IDE: http://www.omnicore.com/register.jsp
I compiled and ran my “hello world” console app with no fuss whatsoever.
Sweet.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
April 30th, 2007 at 11:46 am
[...] C# on the Mac - Enough said about that. [...]