unreal3.2.4

These are old archives. They are kept for historic purposes only.
Post Reply
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

unreal3.2.4

Post by GouroB »

simply put it in your Unreal3.2 directory and then type this (and after that restart the ircd):
(cat 324.wildcard.patch|patch -p0) && make && make install
do i have to use this like

(cat 324.wildcard.patch|patch -p0)

or like

cat 324.wildcard.patch|patch -p0
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
Grunt
Posts: 159
Joined: Mon Jan 09, 2006 7:31 pm
Contact:

Post by Grunt »

.... (cat 324.wildcard.patch|patch -p0)


Well, "(cat" isn't reallya a valid command. But "cat" is.
Computers are machines that cause trouble you wouldn't normally have if you wouldn't have a computer.
Mark
Posts: 57
Joined: Mon Dec 26, 2005 4:01 pm

Post by Mark »

I just entered;
cat 324.wildcard.patch|patch -p0
make
make install
works too ;)
Syzop
UnrealIRCd head coder
Posts: 2117
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

GouroB:
(cat 324.wildcard.patch|patch -p0) && make && make install
should work just fine.
and otherwise, do what Mark said.

Grunt: your shell does not support brackets?? or.. are you just new to them :P.
Post Reply