Please note that some of these files are downloaded from external sites for speed and bandwidth reasons. Please report any broken links to the webmaster.
| MESS 0.136 | |
|---|---|
| File | Description |
| mess0136b.zip | MESS 0.136 Windows binaries |
| mess0136b_i686.zip | MESS 0.136 Windows binaries (I686 optimized) |
| mess0136s.zip | MESS 0.136 sources in ZIP format (all platforms) |
Mac and *nix builds now use SDLMESS. Additional Mac builds can be found at the MacMESS homepage, and Fedora builds can be found at the Dribble Repository.
For developers who want to work on the latest tree, we have opened Subversion (SVN). Note, this is the source code only and will not always compile or/and run. Also note that we do not have the time to answer questions regarding the SVN tree.
To checkout a copy of the source using SVN:
Check out the MESS sources.
C:\> svn checkout svn://messdev.fdns.net/mess/This will produce a lot of output, telling you which files get checked out of the repository.
You are ready to work. If you want to update the tree to the latest developments, please use:
C:\MESS> svn updateIf you made any changes, please send them to us. Also, please have a look at the Subversion home page.
You should use the same tools to compile MESS that you use for Compiling MAME. There is also a wiki article on How to set up Eclipse for MESS.