From 1e274184d7fc1e4147442441b6f20c7507bc9a71 Mon Sep 17 00:00:00 2001 From: Rumble Date: Fri, 3 Jan 2014 16:32:51 -0500 Subject: [PATCH] Update README.UNIX Added new instructions for Mac OS X (thanks kyle) --- doc/README.UNIX | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/README.UNIX b/doc/README.UNIX index 0d6fcdd..b85941f 100644 --- a/doc/README.UNIX +++ b/doc/README.UNIX @@ -36,11 +36,19 @@ can try to make Circle work with every UNIX variant that we can. gzip -dc circle30xxxx.tar.gz | tar xvf - + 3) Configure CircleMUD for your system. Circle must be configured using the 'configure' program which attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a 'Makefile' and a header file called 'conf.h'. + *** Macintosh OS X only: + Open Makefile.in in the src directory and make the following change: + + Find the line: MYFLAGS = @MYFLAGS@ + Change it to: MYFLAGS = -DCIRCLE_OS_X + *** + From Circle's root directory, type ./configure