forked from irods/irods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
23 lines (15 loc) · 690 Bytes
/
INSTALL
File metadata and controls
23 lines (15 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
iRODS can be built from source with the build.sh script:
./packaging/build.sh
Common usages are:
./packaging/build.sh icat postgres
./packaging/build.sh resource
./packaging/build.sh icommands
By default, build.sh will try to build binary packages for your
platform (via EPM[1]) that can be installed via your platform's
package manager (dpkg, rpm, etc.).
[1] https://www.msweet.org/projects.php?Z2
The --run-in-place flag will skip building the binary packages, and
will produce configuration files so that iRODS can be run from the
source directory. This is not recommended as upgrades and support
will be more difficult.
Please find more information in manual.rst.