File: CVS-Help

package info (click to toggle)
realtimebattle 1.0.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,876 kB
  • ctags: 1,824
  • sloc: cpp: 13,348; ansic: 2,978; makefile: 510; sh: 350; sed: 93
file content (66 lines) | stat: -rw-r--r-- 1,346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
  CVS help


  If you want to get the very latest snapshot of RealTimeBattle, you are
  advised to checkout the CVS tree from SourceForge
  <https://www.sourceforge.net/cvs/?group_id=561>. On this page there
  are more information on how to use CVS. It is also possible to browse
  the source there.


     Requirements:

        To compile RTB from the cvs you will need automake, autoconf and
        sgml-tools (version 1.0.x) . The latter isn't necessary if you
        don't need to compile the documentation.


     Compiling:

        Before the actual compiliation can be started you need to create
        the configure script:

        % aclocal
        % automake
        % autoconf



     If everything goes well, you should be able to compile as usual
     now.

     Note that automake needs the file gtk.m4
     <http://www.lysator.liu.se/realtimebattle/Download/gtk.m4> , which
     isn't installed by default on some systems (e.g. FreeBSD).


     Internationalization

        To be able to create the *.gmo files you need to have gettext,
        preferably gettext 0.10.35 or later (see www.gnu.org
        <www.gnu.org> to download).


        If you don't want any other language than english, you don't
        need to install gettext, but you have to configure using

        % configure --disable-nls