/old-openmohaa-svn

Old OpenMoHAA SVN repo for historical purposes - from https://sourceforge.net/p/openmohaa/code/HEAD/tree/

Primary LanguageCGNU General Public License v2.0GPL-2.0

 / _ \ _ __   ___ _ __ |  \/  |/ _ \| | | |  / \      / \
| | | | '_ \ / _ \ '_ \| |\/| | | | | |_| | / _ \    / _ \
| |_| | |_) |  __/ | | | |  | | |_| |  _  |/ ___ \  / ___ \
 \___/| .__/ \___|_| |_|_|  |_|\___/|_| |_/_/   \_\/_/   \_\
      |_|

Running
=======================
a) extract archive to your MOHAA installation directory.
-or-
b) Copy all pak*.pk3 files and the sound/ directory from your MOHAA/main
directory into openmohaa's 'main' directory.

Install Microsoft Visual C++ 2010 Redistributable from
http://www.microsoft.com/download/en/details.aspx?id=5555

Please report bugs to #openmohaa on freenet IRC.

Compiling
=======================
*NIX:
make sure you have compiler + libraries installed
Required extra libaries: libopenal-dev libsdl-dev libmad-dev
Run 'make'

WIN:
You will need include files and libraries for OpenAL, SDL and libmad:
=====
SDL
http://www.libsdl.org/ download Source code, compile
=====
OpenAL
http://connect.creativelabs.com/openal/default.aspx download OpenAL soft source
download CMake at http://www.cmake.org/cmake/resources/software.html
run cmake on OpenAL, compile
=====
LibMAD
http://www.underbit.com/products/mad/ download source code, compile
=====
MSVC solution files are in misc/msvc/ (VC9) and misc/msvc10 (VC10)

Open .sln file, set include and library directories for your SDL, OpenAL and LibMAD
COMPILE!

Can also be compiled with mingw, just run 'make'.

MOSX:
Run './make-macosx-ub.sh'
You will need openal, sdl and libmad.

The built binaries reside in the 'build' directory.



For further instructions:
Please refer to ioquake3's README (README.ioq3).
Or get in touch with any of our developers (->forums/irc).

Developing
=======================
You are always welcome in our irc channel and forums.
If you find bugs, or things not yet implemented, please tell us or 
if you can write a fix and submit it to us.


URL
=======================
http://openmohaa.sf.net/