From The Mana World
m (Cleaned and merged)
m (Jaxad0127 moved page Ports to Archive:Ports without leaving a redirect)
 
(14 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Category_playerinfo}}
{{Category_programming}}
== Working ports ==
== Working ports ==
The Mana World is known to work on the following systems:
The Mana World is known to work on the following systems:
* Windows XP/2K/9x (either Dev-C++ or MSVC)
* Windows XP/2K/9x (either Dev-C++ or MSVC)
* GNU/Linux x86 and amd64
* GNU/Linux x86 and amd64
* FreeBSD 5.4
* NetBSD-current (Should work on other versions-- available in pkgsrc-wip/tmw)
* FreeBSD 5.x, 6.x, 7.x, 8.x (aka HEAD); (4.x should work, too)
* OpenBSD (in ports games/tmw [http://openports.se/games/tmw])
* Mac OS X ([[MacOSX port]])
* Mac OS X ([[MacOSX port]])


Line 12: Line 16:
* Zeta (BeOS based)
* Zeta (BeOS based)
* GNU/Linux PPC
* GNU/Linux PPC
* OpenBSD 3.8
* NetBSD 2.0 ([[NetBSD port]])
* NetBSD 2.0 ([[NetBSD port]])
* Mac OS X x86


== Making a new release ==
If your platform is not in the above list 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

Latest revision as of 21:22, 1 July 2013

This article contains information for players or people interested in playing The Mana World rEvolt. If you're interested for the Classic game, please go to the Classic portal.

This article contains information for Programmers working or interested in working for The Mana World

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
  • NetBSD-current (Should work on other versions-- available in pkgsrc-wip/tmw)
  • FreeBSD 5.x, 6.x, 7.x, 8.x (aka HEAD); (4.x should work, too)
  • OpenBSD (in ports games/tmw [1])
  • 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
  • NetBSD 2.0 (NetBSD port)

If your platform is not in the above list you can help us by making a package for it. Read Making a new release.