Runing Banana compta under OSX without crossover
It's pretty easy to get Banana Compta work under OSX.
First install WineBottler, it's strait forward.
Then download banana compta and double click on the installer. Follow the steps and try if it works with your files.
To make it nice, you can add a beautiful icon with Automator !
Open Automator and select the template "Application".

Seek for "run" in the search box and drag and drop the terminal icon "Run shell script" in the workflow.

Paste the following code in the "Run shell script" text area:
open -a Wine /Users/$USER/Wine\ Files/drive_c/Banana60/Banana60.exe

Save it in "Applications" folder and give it a name.

Set a nice icon, and you're ready to add the shortcut in your dock !

