This build of wxbasic for Mac OS X is provided for testing purpose. It was 
built under Mac OS X 10.3 (Panther). The source code in the source directory is based on the windows bleeding edge preview release, with some modifications to get it compiled. 

More information can be found here : 
http://wxbasic.sourceforge.net/phpBB2/viewtopic.php?t=654

Please report bugs and problems at : 
http://wxbasic.sourceforge.net/phpBB2/

*** INSTALLATION ***

To install wxbasic, copy the file wxbasic in the "bin" directory to your 
"Applications" folder. Then, open a terminal (found under "Applications" > 
"Utilities") and run those commands (I suppose the wxbasic directory is on 
your desktop): 
cd ~/Desktop/wxbasic
sudo cp ./bin/wxbasic.sh /usr/bin/wxbasic

You'll be prompted for your admin password. Then cd to the demo directory : 
cd demo

And play freecell : 
wxbasic freecell.wxb

Note that you must call wxbasic every script this way (this is due to a 
"feature" of Mac OS X).

Have fun ;)

Julien.
