File: Readme_src

package info (click to toggle)
capi4hylafax 1%3A01.03.00.99.svn.300-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,032 kB
  • ctags: 3,084
  • sloc: cpp: 20,823; sh: 9,229; makefile: 222; perl: 36
file content (33 lines) | stat: -rw-r--r-- 980 bytes parent folder | download | duplicates (5)
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

To get the latest sources from the official subversion server please enter:

    svn co svn://capi4hylafax.in-berlin.de/capi4hylafax/trunk/capi4hylafax

More information about subversion and the usage of the svn program can 
be found under subversion.tigris.org.


To compile and install the sources, enter the following commands:

    ./configure
    make
    ./install

If the Hylafax spool directory is located in another place than
/var/spool/hylafax, you must specify the path as follows in order to compile
and install the sources:

    ./configure --with-hylafax-spooldir=DIR
    make
    ./install -h DIR

More information about installation and configuration is located
in the files README.html (English) or LIESMICH.html (German).


For a debian distribution in src/defaults.h[.in] some of the defines must
change to:
    #define WRITE_FIFO_FILE             "dev/FIFO"
    #define READ_FIFO_PREFIX            "dev/FIFO."
    #define DEFAULT_FAX_USER            "root"