How to open SDK in linux


(unplugged23) #1

Hey there,

  I'm using a linux machine and can't figure out how to open the sdk. I have installed it using the code 
Sudo sh et-linux-2.60-sdk.x86.run

which worked fine, and then i successfully compiled it (I think) using the code

cd /usr/local/games/enemy-territory-sdk/src
scons -c
scons

It went about compiling without any errors. from this point I have no idea what to do. Any suggestions?
Thanks in advance! :stroggtapir:


(Nail) #2

more info:
http://www.splashdamage.com/forums/showthread.php?t=5886


(Tyrlop) #3

i got it to work some months ago. but i cant remember what i did, so i looked in the console and scrolled some months back:

 cd usr/local/games/enemy-territory-sdk/src
scons -c
scons 
strip -s *.so

i think thats it


(kamikazee) #4

Just check your src directory or its parent directory. There will be a new folder containing .so files. These files need to be copied to your mod folder to alter the game.


(nUllSkillZ) #5

You shouldn’t use su or sudo.
You could copy the folder in your home directory.