This repository was archived by the owner on Dec 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
69 lines (53 loc) · 1.96 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/ _ \ _ __ ___ _ __ | \/ |/ _ \| | | | / \ / \
| | | | '_ \ / _ \ '_ \| |\/| | | | | |_| | / _ \ / _ \
| |_| | |_) | __/ | | | | | | |_| | _ |/ ___ \ / ___ \
\___/| .__/ \___|_| |_|_| |_|\___/|_| |_/_/ \_\/_/ \_\
|_|
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/