File: INSTALL

package info (click to toggle)
lcas 1.3.19-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,080 kB
  • sloc: sh: 10,471; ansic: 2,870; makefile: 191
file content (29 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
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
LCAS - by Oscar Koeroo - 11 April 2011
======================================

Building:
---------

If you start from SVN, you'll like need to start to run autotools:

 ./bootstrap

If you start from a source tarball, then you can start using:

 ./configure

Run "./configure --help" to override the pkg-config provided search path for
Globus libraries and header files.

Run "make"


Installing:
-----------

Run "make install"

or

Run "make DESTDIR=<alternative directory> install"