Update README.UNIX

Added new instructions for Mac OS X (thanks kyle)
This commit is contained in:
Rumble 2014-01-03 16:32:51 -05:00
parent 52c6c82421
commit 1e274184d7

View file

@ -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