~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to README-KDevelop3_0

  • Committer: luke-jr
  • Date: 2006-05-31 05:49:51 UTC
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWZvbKhsAAAdRgAAQABK6798QIABURMgAAaeoNT1TxT1DQbKaeobXKiyAmlWT7Y5MkdJOtXDtB7w7DOGFBHiOBxaUIu7HQyyQSvxdyRThQkJvbKhs:7d95bf1e-0414-0410-9756-b78462a59f44:armagetronad%2Fbranches%2F0.2.8%2Farmagetronad:4651
Move README-KDevelop3_0 into README-Subversion

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.
2
 
 
3
 
get the source
4
 
 
5
 
"cvs co armagetron"  
6
 
 
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 :)
8
 
 
9
 
run 'autoconf' if this fails run 'aclocal' then try 'autoconf'
10
 
 
11
 
do 'chmod +x configure'
12
 
 
13
 
run 'kdevelop' if you haven't done so already
14
 
 
15
 
go to Project|Open Project
16
 
 
17
 
select 'armagetron.kdevelop' and press OK
18
 
 
19
 
go to Build|Run Configure
20
 
 
21
 
If all goes smoothly, you can now edit armagetron advanced and run it.
22
 
 
23
 
 
24
 
 
25