you have to install svn of course - try this through your packet manager
Thanks, I installed SVN and aldo had to install SDL for the sdl-config copmmand.
Now I have some other problems (from my terminal window, after downloading and the make clean command),:
--------------------------------------------------------------------------------
[martin@localhost ufoai_2.0-rc6]$ make src
make[1]: Entering directory `/home/martin/ufo_2.0-rc6_svn_4746/ufoai_2.0-rc6/src'
make[2]: Entering directory `/home/martin/ufo_2.0-rc6_svn_4746/ufoai_2.0-rc6/src'
* [UFO] debugi386/client/cl_actor.o
/bin/sh: cc: command not found
make[2]: *** [debugi386/client/cl_actor.o] Fehler 127
make[2]: Leaving directory `/home/martin/ufo_2.0-rc6_svn_4746/ufoai_2.0-rc6/src'
make[1]: *** [build_debug] Fehler 2
make[1]: Leaving directory `/home/martin/ufo_2.0-rc6_svn_4746/ufoai_2.0-rc6/src'
make: *** [src] Fehler 2
----------------------------------------------------
What is this with the cc command? I installed everything cc-related via the packet manager (or so I think).
Also, at a previous attempt to the one above I got a message that there is no rule to make scr.
What else do I have to install to make it work?
Thanks in advance.