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

« back to all changes in this revision

Viewing changes to README-Subversion

  • Committer: z-man
  • Date: 2011-09-19 15:22:45 UTC
  • mto: This revision was merged to the branch mainline in revision 753.
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWZvbKhsAAAdRgAAQABK6798QIABURMgAAaeoNT1TxT1DQbKaeobXKiyAmlWT7Y5MkdJOtXDtB7w7DOGFBHiOBxaUIu7HQyyQSvxdyRThQkJvbKhs:7d95bf1e-0414-0410-9756-b78462a59f44:armagetronad%2Fbranches%2F0.2.8%2Farmagetronad:9958
Oops, forgot to keep major_version setting on 0.2.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
To use the sources from Subversion, you need to have additional tools installed: on all operating systems, you'll need Python (www.python.org). On Unix, you also need all autotools (autoconf and automake, check with your distribution).
11
11
To build tarball distributions, you also need a 'svn' command line tool that can generate ChangeLogs.
12
12
 
13
 
The instructions also apply if you're using BZR to fetch the sources;
14
 
there, 'modules' are just individual branches named
15
 
0.2.8-<modulename>-work.
16
 
 
17
13
****************
18
14
* Unix vanilla *
19
15
****************
46
42
* KDevelop 3.0 *
47
43
****************
48
44
 
49
 
(No longer supported)
50
 
 
51
45
First, you need to bootstrap. Execute: sh ./bootstrap.sh
52
46
Run 'kdevelop' if you haven't done so already.
53
47
From the Project menu, choose Open Project
90
84
 
91
85
https://sf.net/project/showfiles.php?group_id=110997&package_id=266788
92
86
 
93
 
*******************
94
 
* Windows + Mingw *
95
 
*******************
96
 
 
97
 
Supported via the Code::Blocks IDE. Go fetch the build_codeblocks
98
 
module and follow the instructions in its README.txt.
99
 
 
100
87
*********************
101
88
* Windows + VisualC *
102
89
*********************
103
90
 
104
 
(No longer supported.)
105
 
 
106
91
You'll need to check out the additional module build_visualc parallel to this module. In it, you'll find a README describing how to proceed; you'll need to download some libraries and put them in the right place.
107
92
 
108
93
********************
111
96
 
112
97
Not supported yet.
113
98
 
 
99
*******************
 
100
* Windows + Mingw *
 
101
*******************
114
102
 
 
103
Not supported yet.
115
104
 
116
105
 
117
106