-
Notifications
You must be signed in to change notification settings - Fork 0
/
HACKING
40 lines (31 loc) · 934 Bytes
/
HACKING
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
For FrontLine developers
Requirements to develop
-----------------------
- gnome-common (ftp://ftp.gnome.org/pub/gnome/stable/sources/gnome-common/)
- autofig (http://autotrace.sourceforge.net/tools)
Compile from CVS sources
------------------------
- getting source
see http://sourceforge.net/cvs/?group_id=11789, the module name is frontline.
- cd frontline
- ./autogen.sh
- ./gmake
Gettext version
---------------
[jet@chuf frontline]$ gettextize --version
/usr/bin/gettextize (GNU gettext) 0.10.40
Autotools version
-----------------
[jet@chuf jet]$ autoconf --version
autoconf (GNU Autoconf) 2.53
[jet@chuf frontline]$ aclocal-1.4 --version
aclocal (GNU automake) 1.4-p6
[jet@chuf frontline]$ automake-1.4 --version
automake (GNU automake) 1.4-p6
Distro
------
I(Masatake YAMATO) am using Redhat 8.0.
ACLOCAL_FLAGS
-------------
ACLOCAL_FLAGS, an environment variable is passed to
aclocal when autogen.sh is run.