Hi!

I made a port for 1oom, an open-source engine recreation for the
turn-based strategy game Master of Orion 1.  The files from the original
game are required to play.  1oom can use SDL1, SDL2 or Allegro4, but
this port just builds the SDL2 version, to keep things simple.

The game seems to work on my machine, but I haven't finished a full
playthrough yet.  Howver, during the `make configure` step, I get the
following warning:

configure: WARNING: unrecognized options: --disable-gtk-doc

This seems to be one of the default arguments that get added to
CONFIGURE_ARGS.  Is this a problem?


The post-install steps probably require some explanations:
1) The main binary is 1oom_classic_sdl2, create 1oom as a symlink for
   convenience.

2) make install doesn't seem to recurse into the doc directory, so I
   added a hacky way to install the docs.

3) By default, the game tries to be bug-compatible with the original.
   Bugfixes can be enabled by specifying a patch file when running the
   program.  For convenience, compile the patch file and put it in
   /usr/local/share/1oom.

Is it ok to do 1 and 3, or am I messing around too much?  And is there a
better way to do 2?

Attachment: 1oom.tgz
Description: application/tar-gz

Reply via email to