Upgrading from 3.2.4 - 3.2.5

These are old archives. They are kept for historic purposes only.
Post Reply
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Upgrading from 3.2.4 - 3.2.5

Post by Alex »

Hello,

I have just a question regarding the upgrade from 3.2.4 to 3.2.5.
This is my first time I'm doing an upgrade, so I'll just be sure that I have understood it right how to do it.

Have I understood it right when I now ask this:

After getting 3.2.5 into my Unreal3.2.4 or is it Unreal3.2 directory do I then have to do ./makeclean and ./Config and then make :?:

Sorry if this sounds dumb, but it's my first time upgrading, and trying to learn.

Thanks.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

The way I do it:

cd Unreal3.2 # Unreal3.2.4 still installed.
cvs update # This brings me up to the current release

Those two steps are only needed if you havnt upgraded the source code yet.

./makeclean does not exist. The correct sequence of commands is below

make clean
./Config
make
Why the hell can't my signature be empty?
"Your message contains too few characters."
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post by Alex »

Jason wrote:The way I do it:

cd Unreal3.2 # Unreal3.2.4 still installed.
cvs update # This brings me up to the current release

Those two steps are only needed if you havnt upgraded the source code yet.

./makeclean does not exist. The correct sequence of commands is below

make clean
./Config
make
Hi Jason. I have downloaded v3.2.5 to my shell, but I guess I now have to do gunzip -d Unreal3.2.X.tar.gz
tar xvf Unreal3.2.X.tar
before I do make clean and ./Config :?:
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

I usually don't run make clean, I just ./Config after unzipping the filles :)
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post by Alex »

Hello Stealth. did what you suggested and latest version is now up and running fine.

Thank you for your help. :wink:
MarHazK
Posts: 73
Joined: Wed May 25, 2005 5:36 pm
Location: WebMAS.net
Contact:

Post by MarHazK »

Latest version should be more features and more advantages than disadvantages. You should try to use a latest one..
GreenRoom SEC - Main Coder & CoMaster (http://www.wiramaster.com)
DataServ IRC Services - Main Coder
AirChat Network - Main Coder (http://www.airchat.org)
WebMAS Network - Main Team (http://www.webmas.net)
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

MarHazK: That is why he is asking for help on installing the latest one...
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply