Menu

Tree [12d3f9] master /
 History

HTTPS access


File Date Author Commit
 doc 2010-03-06 Simon Howard Simon Howard [12d3f9] Conditionally build Doxygen documentation.
 src 2010-03-06 Simon Howard Simon Howard [2c3524] Fix ioctlsocket() compiler warning.
 tests 2010-03-06 Simon Howard Simon Howard [6ef627] Fix TESTS to include test-ipv6 when appropriate.
 tools 2009-10-12 Simon Howard Simon Howard [f860ca] Add .gitignore files.
 .gitignore 2010-02-28 Simon Howard Simon Howard [9160e3] Test coverage calculation support.
 .lvimrc 2009-08-19 Simon Howard Simon Howard [d2e4de] Make .lvimrc find tags files automatically.
 AUTHORS 2003-06-10 Simon Howard Simon Howard [a1e6ee] Fix all autoconf,automake warnings
 COPYING 2007-09-25 Simon Howard Simon Howard [957d18] Switch to the GPL and assert my copyright.
 ChangeLog 2003-06-10 Simon Howard Simon Howard [a1e6ee] Fix all autoconf,automake warnings
 Makefile.am 2010-02-28 Simon Howard Simon Howard [9160e3] Test coverage calculation support.
 NEWS 2003-12-30 Simon Howard Simon Howard [32ffc7] Bump version number
 README 2008-03-15 Simon Howard Simon Howard [31dd54] Update link to Flex.
 TODO 2004-03-05 Simon Howard Simon Howard [a8f6d2] Update TODO list
 annotate-coverage 2010-02-28 Simon Howard Simon Howard [9160e3] Test coverage calculation support.
 autogen.sh 2005-12-23 Simon Howard Simon Howard [8cf571] add src/common directory. Generate a config.h ...
 configure.in 2010-03-06 Simon Howard Simon Howard [12d3f9] Conditionally build Doxygen documentation.
 irmo-interface-parser.pc.in 2007-12-09 Simon Howard Simon Howard [5dbd0c] Add pkg-config file for irmo-interface-parser.
 irmo.pc.in 2007-09-26 Simon Howard Simon Howard [c92a35] Major restructuring. Split up code into severa...

Read Me

About

Irmo is an abstracted multiplayer engine, in a library form. You can
use Irmo to add client-server multiplayer support to games quickly and
easily.

Irmo requires flex: you can get it here:

  http://flex.sourceforge.net/

It may work with other lexers, but has not been tested.

Irmo installs a pkg-config configuration file.  You may find it useful
to use pkg-config when linking against Irmo (although it is not
necessary).  You can find pkg-config here:

  http://www.freedesktop.org/software/pkgconfig/

Irmo is documented using Doxygen: you can use doxygen to generate a 
full API reference. You can get doxygen here:

  http://www.doxygen.org/

The Irmo homepage is at:

  http://irmo.sourceforge.net/

Simon Howard <sdh300@zepler.net>