aboutsummaryrefslogtreecommitdiff
path: root/README-alpha
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-09-05 13:17:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-09-05 13:17:11 +0000
commitbc3b4ce2c0a2f8ae34ba39e7af85f424f773c7f5 (patch)
tree5af13ef56a115ba751d9bc293358b46269662a43 /README-alpha
parent741837d0932e79e38c42eb80091b857473524fcb (diff)
downloadmailfromd-bc3b4ce2c0a2f8ae34ba39e7af85f424f773c7f5.tar.gz
mailfromd-bc3b4ce2c0a2f8ae34ba39e7af85f424f773c7f5.tar.bz2
Building instructions for alpha and CVS versions
git-svn-id: file:///svnroot/mailfromd/trunk@525 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'README-alpha')
-rw-r--r--README-alpha79
1 files changed, 79 insertions, 0 deletions
diff --git a/README-alpha b/README-alpha
new file mode 100644
index 00000000..cbc0ae46
--- /dev/null
+++ b/README-alpha
@@ -0,0 +1,79 @@
1This file is part of the mailfromd package.
2This document describes the actions needed to build the pre-release
3or CVS version of the package. See end of file for copying conditions.
4
5* Introduction
6
7This is a *pre-release* version, and not ready for production use yet.
8Please send comments and problem reports to <bug-mailfromd@gnu.org.ua>.
9
10If you have taken the sources from CVS you will need the following
11packages to build GNU tar. I don't make any extra effort to accommodate
12older versions of these packages, so please make sure that you have the
13latest stable version.
14
15- Automake <http://www.gnu.org/software/automake/>
16- Autoconf <http://www.gnu.org/software/autoconf/>
17- Bison <http://www.gnu.org/software/bison/>
18- Flex <http://flex.sourceforge.net/>
19- Gettext <http://www.gnu.org/software/gettext/>
20- Gnulib <http://www.gnu.org/software/gnulib/>
21- M4 <http://www.gnu.org/software/m4/>
22
23* Checking Out the Sources
24
25The following instructions apply if you wish to obtain sources from
26the CVS repository:
27
28To checkout the source tree from CVS, issue the following command:
29
30 cvs -d :pserver:anoncvs@puszcza.gnu.org.ua:/cvsroot/mailfromd co mailfromd
31
32 This will give you read-only access. If you think you need write access,
33contact the mailing list or the author.
34
35* Building
36
371. Change to the source tree directory
38
39 cd mailfromd
40
412. Populate the source tree with the necessary files from Gnulib. Run:
42
43 gnulib-tool --import argp obstack snprintf strtok_r
44
45(make sure gnulib-tool is in your path or supply its full file name).
46
473. Link or copy src/daemon.c to lib:
48
49 ln src/daemon.c lib/
50
514. Create the configuration framework:
52
53 autoreconf -i -f -s
54
555. Configure and build the package as described in the documentation. See
56
57 http://mailfromd.software.gnu.org.ua/manual/html_node/Building
58
59
60* Copyright information:
61
62Copyright (C) 2006 Sergey Poznyakoff
63
64 Permission is granted to anyone to make or distribute verbatim copies
65 of this document as received, in any medium, provided that the
66 copyright notice and this permission notice are preserved,
67 thus giving the recipient permission to redistribute in turn.
68
69 Permission is granted to distribute modified versions
70 of this document, or of portions of it,
71 under the above conditions, provided also that they
72 carry prominent notices stating who last changed them.
73
74
75Local Variables:
76mode: outline
77paragraph-separate: "[ ]*$"
78version-control: never
79End:

Return to:

Send suggestions and report system problems to the System administrator.