-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge in changes from [949] to [953] on 4.0 branch
to main trunk. These were: * Absoft compiler issue (#68) * Correct cygwin documentation (#85) Refs #78. git-svn-id: https://svn.nexusformat.org/code/trunk@954 ff5d1e40-2be0-497f-93bd-dc18237bd3c7
- Loading branch information
1 parent
56be743
commit a04d4d0
Showing
3 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
Set you PATH with | ||
The NeXus source code should build under cygwin, but note that | ||
HDF4 may not work (HDF5 and XML are fine). When building the HDF5 | ||
library you may want to specify an explicit prefix for the | ||
install location e.g. | ||
|
||
export PATH=/usr/autotools/devel/bin:$PATH | ||
./configure --prefix=/usr/local/hdf5 # for building HDF5 | ||
|
||
the default "stable" autotools provided are not recent enough | ||
and you will get problems if you have to run autoconf/autoheader/automake | ||
or "autogen.sh" | ||
Otherwise you will need to configure NeXus with | ||
|
||
You need to install the hdf libraries - you can download a pre-compiled | ||
version from: | ||
|
||
http://nexus.isis.rl.ac.uk/kits/cygwin | ||
./configure --with=hdf5=/path/to/where/hdf5/went # for building NeXus | ||
|
||
or it will not be able to locate the HDF5 libraries. | ||
|
||
Alternatively there is a native Windows kit available | ||
from http://download.nexusformat.org/kits/windows that supports | ||
HDF4/HDF5/XML and building applications under both Visual Studio | ||
and MinGW |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters