-
Notifications
You must be signed in to change notification settings - Fork 6
/
INSTALL
37 lines (26 loc) · 1.06 KB
/
INSTALL
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.