File: INSTALL

package info (click to toggle)
gridsite 3.0.0~20240125git1200598-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,820 kB
  • sloc: ansic: 16,198; perl: 1,183; makefile: 463; sh: 372; xml: 252
file content (37 lines) | stat: -rw-r--r-- 1,086 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
30
31
32
33
34
35
36
37
BUILDING/INSTALLING GRIDSITE
============================

For more detailed instructions, see the Installation and Build 
pages in the GridSite Documentation https://github.com/CESNET/gridsite/wiki

GridSite is currently only supported on Linux, but should be
trivially portable to other Unix platforms where the GNU build
tools are available.

When building from source, two routes are available: building
with Make or with RPM.

BUILDING WITH MAKE
==================

make 
make install

will build all components and install them all under the default
locations of /usr/local/[lib|bin|include|sbin] The default prefix
/usr/local is set by the prefix variable in the top level Makefile

BUILDING WITH RPM
=================

For RedHat Linux and derivatives, building with RPM is recommended.
The command

make rpm

will build the gridsite and htcp binary RPMs in the directory
../RPMTMP/RPMS/i386 relative to the working directory. A SRPM is 
put into ../RPMTMP/SRPMS

Building with RPM uses the default prefix /usr, although the
resulting RPMs are relocatable to other hierarchies.