1
Ok so you want to use KDevelop 3.0 to compile the source. This should be possible if you follow steps below. It works for the creator, thats me, subby.
7
(I assume you will have already done this as this is the only way you could get the file you are reading for now :)
9
run 'autoconf' if this fails run 'aclocal' then try 'autoconf'
11
do 'chmod +x configure'
13
run 'kdevelop' if you haven't done so already
15
go to Project|Open Project
17
select 'armagetron.kdevelop' and press OK
19
go to Build|Run Configure
21
If all goes smoothly, you can now edit armagetron advanced and run it.