mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
Update README.UNIX
Added new instructions for Mac OS X (thanks kyle)
This commit is contained in:
parent
52c6c82421
commit
1e274184d7
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue