Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 970 Bytes

4-2-0_BUILD_README.md

File metadata and controls

24 lines (18 loc) · 970 Bytes

Installation - iRODS 4.2.0

  1. Follow directions at https://packages.irods.org/ to install new repositories to your applicable distro

  2. Install all external packages (irods-externals*) and irods-runtime, irods-devel, openssl-devel.

$ sudo yum install irods-externals* irods-runtime irods-devel openssl-devel
  1. Create/edit ~/.irods/irods_environment.json and specify "irods_plugins_home":
{
    "irods_plugins_home": "/usr/lib/irods/plugins"
}
  1. Build your application!

Note: The icommand (or icat/resource) package runtime dependency from 4.1.10 is now found in the irods-runtime package in 4.2.0. Additionally, you must install the irods-externals* packages as runtime dependencies in 4.2.0

iRODS Version Build Dependencies Runtime Dependencies
<= 4.1.10 irods-dev irods-icommands (or irods-icat or irods-resource)
>= 4.2.0 irods-devel, irods-externals* irods-runtime, irods-externals*