Talk:EzQuake

From QWiki

A note on installing EZQuake build 1754 for Mac OS X: I had a heck of a time figuring this one out because there are NO instructions on the EZQuake website about this and the one hint I got from the BesMella Quake forum for EZQuake had a syntax error that took me hours to track down. SO, to save fellow Mac Quake fans some grief, here are the corrected instructions to get EZQuake running. (I did this on a PPC Mac Mini running OS X 10.4.9):

Howto install EZQuake (1754) on OSX Version 1.0 by nopee (with edit 3/19/2007 by repeater75) 2006-12-22 ______________________________

WHAT IS THIS? This Howto will show you how to install EZQuake (Build 1754) on OSX for Macintosh. EZQuake (Build 1754) is much more difficult to install than previous versions, I had some problems anyhow. I hope this Howto will help everyone having problems installing EZQuake on OSX.

INSTALLATION

EZQuake (1754)

  1. 1 Download EZQuake "ezquake.sourceforge.net" and install it in you're Quake-dir.

XCODE.

  1. 1 Download and install Xcode "http://developer.apple.com/tools/download/", (It's also avalible on your OSX DVD)

PCRE

  1. 1 Download PCRE "http://mustalainen.se/nopee/QW/OSX/pcre-7.0.tar" and extract it.
  2. 2 cd pcre-7.0.tar.gz
  3. 3 ./configure --prefix=/usr/local CFLAGS=-01
  4. 4 make
  5. 5 sudo make install

EXPAT.

  1. 1 Download EXPAT "http://mustalainen.se/nopee/QW/OSX/expat-2.0.0.tar" and extract it.
  2. 2 cd expat-2.0.0
  3. 3 ./configure --mandir=/usr/local/share/man/CFLAGS=-02
  4. 4 make
  5. 5 sudo make install

LIBPNG

  1. 1 Download LIBPNG "http://mustalainen.se/nopee/QW/OSX/libpng-1.2.14.tar" and extract it.
  2. 2 cd libpng-1.2.14
  3. 3 ./configure --prefix=/usr/local
  4. 4 make
  5. 5 sudo make install

GO PLAY! BEST NOPEE (ditto! -repeater75)