|
Author |
Topic: Installing the IMC2 Freedom CL-2.1a Client to AwakeMUD |
Title: Neophyte
Posts: 21
Joined: 06 Aug 2007
|
Date Posted: Mon Oct 22, 2007 4:51 pm
Subject: Installing the IMC2 Freedom CL-2.1a Client to AwakeMUD
|
This seems to be the most popular Intermud Chat client currently in use: http://www.mudbytes.net/index.php?a=files&s=viewfile&fid=869 I've made most of the necessary changes based on the instructions for porting to CircleMUD. However, I can't figure out how to apply these instructions to the awake makefile:
Code: | 1. In the Makefile.in file, find:
#flags for profiling (see hacker.doc for more information)
PROFILE =
Directly below that, add:
#IMC2 - Comment out to disable IMC2 support
IMC = 1
Below the CXREF_FILES section, add the following:
[Note: BSD users - put a period in front of the word ifdef, and in front of the word endif]
ifdef IMC
CXREF_FILES += imc.c sha256.c
OBJFILES += imc.o sha256.o
CFLAGS += -DIMC -DIMCCIRCLE
endif
Directly below the following:
weather.o: weather.c conf.h sysdep.h structs.h utils.h comm.h handler.h \
interpreter.h db.h
$(CC) -c $(CFLAGS) weather.c
Add the following:
imc.o: imc.c conf.h sysdep.h structs.h utils.h comm.h db.h handler.h \
interpreter.h imc.h imccfg.h
$(CC) -c $(CFLAGS) imc.c sha256.c |
Can anyone explain this? I normally try to avoid changes that require tweaking the makefile but this is too nifty. 
|
Post Reply | Quote | Private Message
|
Title: Site Admin
Posts: 557
Joined: 03 Apr 2005
|
Date Posted: Mon Oct 22, 2007 5:10 pm
Subject:
|
don't need to, will compile them anyway if they are in the mud source directory
|
Post Reply | Quote | Private Message
|
Title: Neophyte
Posts: 21
Joined: 06 Aug 2007
|
Date Posted: Mon Oct 22, 2007 5:39 pm
Subject:
|
Sweet, I love AwakeMUD. I'll let you know if I get it working.
|
Post Reply | Quote | Private Message
|
|
|
Awakened Worlds Forum Index » AwakeMUD Core Development |
|
All times are GMT
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
The time now is Sat Apr 21, 2018 7:45 am
|
powered by hailBoards v.1.2.0 ©2006 SPIRE / [based on phpBB©]
|
| |