From The Mana World
m (Cleaned and merged)
Line 16: Line 16:
* Mac OS X x86
* Mac OS X x86


== Making a new release ==
If your platform isnot above you can help us by making a package for it. Read [[Making a new release]].
=== Making a clean tarball ===
Authors and packagers should work on making a clean tarball,
which has no CVS folders, no Makefiles, no .deps folders, etc...
That kind of clean is needed when uploading sources such as for debian,
and can be obtained thanks to make distcheck, with automake.
 
=== Notifying the package maintainers and websites ===
Normally first the source and Windows releases are made. After verifying everything works with several people for at least a day, CVS will be tagged with the new release in a format similar to TMW_0_0_18. At that point the release is official and the package maintainers should get started on producing their package.
 
The following people are responsible for updating their packages:
 
* '''Debian/Ubuntu''' - [[User:Bertram|Bertram]]
* '''Slackware''' - [[User:Platyna|Platyna]]
* '''MacOS X''' - [[User:Nayr|Nayr]]
* '''Arch Linux''' - [[User:Bjørn|Bjørn Lindeijer]]
 
The following people are responsible for updating the respective websites:
 
* http://freshmeat.net/ - [[User:Bjørn|Bjørn Lindeijer]]
* http://games.linux.sk/ - [[User:Bjørn|Bjørn Lindeijer]]
* http://rpgdx.net/ - [[User:Bjørn|Bjørn Lindeijer]]
* http://happypenguin.org/
* http://packages.gentoo.org/packages/?category=games-rpg;n

Revision as of 14:06, 23 July 2006

Working ports

The Mana World is known to work on the following systems:

  • Windows XP/2K/9x (either Dev-C++ or MSVC)
  • GNU/Linux x86 and amd64
  • FreeBSD 5.4
  • Mac OS X (MacOSX port)

Unstable ports

The following need testing or are in progress:

  • GNU (aka GNU/HURD)
  • BeOS (BeOS Max 3.1 beta 1) (BeOS port)
  • Zeta (BeOS based)
  • GNU/Linux PPC
  • OpenBSD 3.8
  • NetBSD 2.0 (NetBSD port)
  • Mac OS X x86

If your platform isnot above you can help us by making a package for it. Read Making a new release.