Update README.UNIX
Added new instructions for Mac OS X (thanks kyle)
This commit is contained in:
@@ -36,11 +36,19 @@ can try to make Circle work with every UNIX variant that we can.
|
|||||||
gzip -dc circle30xxxx.tar.gz | tar xvf -
|
gzip -dc circle30xxxx.tar.gz | tar xvf -
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3) Configure CircleMUD for your system. Circle must be configured using
|
3) Configure CircleMUD for your system. Circle must be configured using
|
||||||
the 'configure' program which attempts to guess correct values for
|
the 'configure' program which attempts to guess correct values for
|
||||||
various system-dependent variables used during compilation. It uses
|
various system-dependent variables used during compilation. It uses
|
||||||
those values to create a 'Makefile' and a header file called 'conf.h'.
|
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
|
From Circle's root directory, type
|
||||||
|
|
||||||
./configure
|
./configure
|
||||||
|
|||||||
Reference in New Issue
Block a user