source: trunk/install_nexus_dep_rpm @ 1822

Revision 474, 331 bytes checked in by faa59, 7 years ago (diff)

Script to download and install HDF rpms

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1#!/bin/sh
2#
3# $Id$
4#
5# Install additional libraries for NeXus
6#
7rpm -Uvh http://nexus.isis.rl.ac.uk/kits/rpm/szip-2.0-1.i386.rpm
8rpm -Uvh http://nexus.isis.rl.ac.uk/kits/rpm/hdf-4.2.1-1.i386.rpm
9rpm -Uvh http://nexus.isis.rl.ac.uk/kits/rpm/hdf5-1.6.4-1.i386.rpm
10rpm -Uvh http://nexus.isis.rl.ac.uk/kits/rpm/mxml-2.2.2-1.i386.rpm
11#
Note: See TracBrowser for help on using the repository browser.