Skip to content

Commit

Permalink
Script to download and install HDF rpms
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.nexusformat.org/code/trunk@474 ff5d1e40-2be0-497f-93bd-dc18237bd3c7
  • Loading branch information
FreddieAkeroyd authored and faa59 committed Jun 6, 2005
1 parent cc2d5ef commit 058346a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions install_nexus_dep_rpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh
#
# $Id$
#
# Install additional libraries for NeXus
#
rpm -Uvh http://nexus.isis.rl.ac.uk/kits/rpm/szip-2.0-1.i386.rpm
rpm -Uvh http://nexus.isis.rl.ac.uk/kits/rpm/hdf-4.2.1-1.i386.rpm
rpm -Uvh http://nexus.isis.rl.ac.uk/kits/rpm/hdf5-1.6.4-1.i386.rpm
rpm -Uvh http://nexus.isis.rl.ac.uk/kits/rpm/mxml-2.2.2-1.i386.rpm
#

0 comments on commit 058346a

Please sign in to comment.