News:

Come Chat with us live! Learn how HERE!

Main Menu

Tutorial build game.qvm in Linux

Started by israroot, July 12, 2007, 02:05:25 AM

israroot

Necessary of a tutorial one of as to apply patchs and to construct to my proper game.qvm in linux

{M}IsrarootTdT

kevlarman

Quote from: israrootNecessary of a tutorial one of as to apply patchs and to construct to my personal game.qvm in linux
$ svn co -r<revision you want> svn://svn.icculus.org/tremulous/trunk <foldername>
patch -p0 < path/to/patch #some patches are -p1 or -p2
make
done
Quote from: Asvarox link=topic=8622.msg169333#msg169333Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

benmachine

$ svn co -r<revision you want> svn://svn.icculus.org/tremulous/trunk <foldername>
cd <foldername>
patch -p0 < path/to/patch #some patches are -p1 or -p2
make
fixed (trivial I know, but best to be sure)
benmachine

doomagent13

Quote from: benmachine$ svn co -r<revision you want> svn://svn.icculus.org/tremulous/trunk <foldername>
cd <foldername>
patch -p0 < path/to/patch #some patches are -p1 or -p2
make
fixed (trivial I know, but best to be sure)
lol
I was think that exact same addition/change, but didnt want to get involved as I dont have linux

israroot

It wanted a tutorial one step by step.
Making, explaining and commenting.
Nor all are programmers.
And exists people who you dom to teach.

{M}IsrarootTdT

Ingar

Quote from: israrootIt wanted a tutorial one step by step.
Making, explaining and commenting.
Nor all are programmers.
And exists people who you dom to teach.

This should do:
http://tremulous.net/phpBB2/viewtopic.php?p=82905#82905

next_ghost

Quote from: benmachine$ svn co -r<revision you want> svn://svn.icculus.org/tremulous/trunk <foldername>
cd <foldername>
patch -p0 < path/to/patch #some patches are -p1 or -p2
make

I'd add -F0 option to the patch command. That should lower the chance of broken code. You should also mention that if patch reports rejected chunk, the code is broken and requires fixing by hand, otherwise the resulting QVM (if it ever gets compiled) will behave strangely and may crash.
If my answer to your problem doesn't seem helpful, it means I won't help you until you show some effort to fix your problem yourself!
1.2.0 release's been delayed for 5:48:00 already because of stupid questions.

israroot


{M}IsrarootTdT

next_ghost

Quote from: israrootpatch -pF0 < path/to/patch ?

patch -p0 -F0 < path/to/patch
If my answer to your problem doesn't seem helpful, it means I won't help you until you show some effort to fix your problem yourself!
1.2.0 release's been delayed for 5:48:00 already because of stupid questions.