Page 1 of 1

Upgrading from 3.2.4 - 3.2.5

Posted: Sun Jun 18, 2006 11:56 am
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.

Posted: Sun Jun 18, 2006 6:11 pm
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

Posted: Sun Jun 18, 2006 6:56 pm
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 :?:

Posted: Sun Jun 18, 2006 9:40 pm
by Stealth
I usually don't run make clean, I just ./Config after unzipping the filles :)

Posted: Sun Jun 18, 2006 10:56 pm
by Alex
Hello Stealth. did what you suggested and latest version is now up and running fine.

Thank you for your help. :wink:

Posted: Mon Jun 19, 2006 4:03 pm
by MarHazK
Latest version should be more features and more advantages than disadvantages. You should try to use a latest one..

Posted: Tue Jun 20, 2006 2:29 am
by Jason
MarHazK: That is why he is asking for help on installing the latest one...