File: INSTALL

package info (click to toggle)
dcap 2.47.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,448 kB
  • sloc: ansic: 14,604; makefile: 312; python: 75; sh: 58
file content (65 lines) | stat: -rw-r--r-- 1,655 bytes parent folder | download | duplicates (8)
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
Compiling from the source code management system
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1) First run the templating system

sh bootstrap.sh

2) Then run the configure script.

./configure

3) Then build the code.

make

4) Then install the binaries.

make install

5) Optionally making rpm packages.

make rpm

There are many customisations you can make to aid the autodetection of
libraries for plugins within dcap.

Customising the dcap build process.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The configure stage has all the standard configure stage customisation. 
To get a full list of configure options please type the following command.

./configure --help


Some of the more important custom options:

 --with-globus-lib[=DIR] use libglobus libdir
 
This option sets the directory in which the globus libaries are installed if its not on 
a standard library path.
 
 --with-globus-include[=DIR] use libglobus includedir

This option sets the directory in which the globus header files are installed
if not on a standard path.

 --with-krb5-gssapi-include[=DIR] use krb5 gssapi includedir
 
This option sets the directory in which the kerberous header files are installed
if not on a standard path.
 
 --with-rpm-dir=<dir> Default is \$RPMD/

This option sets the directory where rpms will be placed, by default this is the
current directory. 

The default can also be set via the enviroment variable RPMD

 --with-doc-dir=<dir> Default is \$DOCD/

This option sets the directory that documentation will be installed. The default
is the ${prefix}/share/doc/${PACKAGE}-${VERSION} 

The default can also be set via the enviroment variable DOCD