Skip to content

nexusformat/code

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

FreddieAkeroydFreddie Akeroyd
and
Freddie Akeroyd
Mar 5, 2013
1a589f2 · Mar 5, 2013
Aug 15, 2012
Nov 9, 2011
Dec 27, 2012
Feb 1, 2013
Nov 22, 2012
Sep 20, 2012
Oct 13, 2011
Oct 24, 2011
Oct 24, 2011
Mar 5, 2013
Oct 13, 2011
Oct 13, 2011
Nov 30, 2012
Mar 5, 2013
May 29, 2012
Jul 11, 2012
Sep 15, 2002
Oct 13, 2011
Feb 1, 2013
Nov 22, 2012
Feb 20, 2004
Nov 22, 2012
Mar 5, 2013
Jul 10, 2012
Feb 1, 2013
Sep 2, 2002
Sep 15, 2002
Feb 1, 2013
Mar 27, 2010
Aug 15, 2012
Aug 24, 2007
Feb 1, 2013
Dec 6, 2005
Feb 22, 2004
Aug 29, 2007
Nov 14, 2011
Nov 30, 2011
May 9, 2010
Feb 10, 2012
Oct 13, 2011
Mar 5, 2013
Nov 22, 2012
Apr 21, 2009
Nov 22, 2012
Aug 3, 2006
Nov 5, 1999
Jun 6, 2005
Aug 3, 2006
Feb 10, 2012
Sep 20, 2012
Sep 20, 2012
Jul 11, 2012

Repository files navigation

-------------------------------------------------------------------------
NeXus - a common format for neutron and X-ray scattering data
             http://www.nexusformat.org/
-------------------------------------------------------------------------

See COPYING file for licence information

Installation Instructions
=========================

Unix (including Mac OS X) source distribution
---------------------------------------------

If you have downloaded a source distribution (e.g. nexus-4.3.0.tar.gz) then you will already have a file called "configure" and the basic sequence to follow is:

    ./configure  # use    sh ./configure    if this does not work
    make
    make check
    make install

this may not, however, build all the nexus utilities and binding you require, and may also locate the wrong HDF libraries and final installation directory. Thus you will probably need to pass some options to "configure" to control this.

General information about "configure" is located in the file called INSTALL

To see a list of possible options type

    ./configure --help

HDF libraries used by nexus are available via your system software package manager or can be downloaded from http://www.hdfgroup.org/

A typical run of configure might be:

    ./configure --prefix=/usr/local/nexus --with-hdf5=/usr/local/hdf5

Unix (including Mac OS X) svn checkout
--------------------------------------

As the "configure" file mentioned is a generated file, it is not included in the version control checkout. To create it run:

   sh autogen.sh

and then follow the same procedure as above. You may also want to look at the README.developers file

----------------------------------------------------------------------------

$Id$