File: README.MacOSX

package info (click to toggle)
exult 1.2-16.2
  • links: PTS, VCS
  • area: contrib
  • in suites: stretch
  • size: 8,676 kB
  • ctags: 10,520
  • sloc: cpp: 99,373; sh: 7,324; ansic: 4,659; makefile: 938; yacc: 769; lex: 313; xml: 19
file content (52 lines) | stat: -rw-r--r-- 1,419 bytes parent folder | download | duplicates (8)
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
Exult instructions for Mac OS X
-------------------------------


To play
-------
First you need to get Ultima 7. Either you own it already, or
you buy it somewhere. Then you must install it on a DOS/Windows
machine in order to get the data file. A good way is to use a
PC emulator for this, e.g. Virtual PC, Real PC or SoftWindows.
Note that the Ultima Collection already contains an installed
copy of Ultima 7. (In the Ultima7/ directory.)

From the Ultima7 folder on your PC, copy the STATIC sub folder
to the folder that contains the ExultMac application.

Now run ExultMac, and have fun!


More Information
----------------
More information can be found in the accompanying files README and FAQ.
In addition, you might want to check out our homepage at
http://exult.sourceforge.net


How to compile on Mac OS X
--------------------------

Install these from Apple:
December 2002 Mac OS X Developer Tools (or newer)
Dec 2002 gcc Updater (gcc 3.3) (or newer)

Activate gcc 3.3 (from Apple's updater):
sudo gcc_select 3.3

Install these packages with Fink:
sdl
sdl-mixer
automake1.7
libtool14

Create these symbolic links:
sudo ln -s /sw/lib/libsmpeg-0.4.0.dylib /sw/lib/libsmpeg.dylib
sudo ln -s /sw/lib/libvorbisfile.3.dylib /sw/lib/libvorbisfile.dylib
sudo ln -s /sw/lib/libvorbis.0.dylib /sw/lib/libvorbis.dylib
sudo ln -s /sw/lib/libogg.0.dylib /sw/lib/libogg.dylib

Compile Exult:
./autogen.sh
./configure
make