-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEVELOPERS
46 lines (28 loc) · 1007 Bytes
/
DEVELOPERS
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
$Id: DEVELOPERS,v 1.10 2006/06/17 11:35:10 gumpu Exp $
If you get this from CVS, this is how to create a workable archive.
Run:
aclocal
automake -a
autoconf
To create a new release edit
bump.pl
and then run it. Then run
./do.sh
To clean _everything_
make -f makefile.am myclean
To create the (g)zipfiles:
./configure
make dist
make dist-zip
To check for memory leaks use:
CFLAGS="-g -Wall -DDMALLOC -DMALLOC_FUNC_CHECK" LDFLAGS="-ldmalloc" ./configure
in combination with the dmalloc library ( http://dmalloc.com/ )
To cross-compile Windows binary on GNU/Linux, do:
(cd Source && make -f makefile.plain xcompile)
This requires mingw32 cross-compiler. On Debian GNU/Linux (and on its
derivatives) this can be installed simply by typing:
apt-get update && apt-get install mingw32
There are three modules for ROBODoc
robo -- The source code and documentation
robotest -- A test suite ( OBSOLETE )
robowwww -- The web pages for ROBODoc. ( OBSOLETE )