| Revision 954,
647 bytes
checked in by Freddie Akeroyd, 5 years ago
(diff) |
|
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.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | The NeXus source code should build under cygwin, but note that |
|---|
| 2 | HDF4 may not work (HDF5 and XML are fine). When building the HDF5 |
|---|
| 3 | library you may want to specify an explicit prefix for the |
|---|
| 4 | install location e.g. |
|---|
| 5 | |
|---|
| 6 | ./configure --prefix=/usr/local/hdf5 # for building HDF5 |
|---|
| 7 | |
|---|
| 8 | Otherwise you will need to configure NeXus with |
|---|
| 9 | |
|---|
| 10 | ./configure --with=hdf5=/path/to/where/hdf5/went # for building NeXus |
|---|
| 11 | |
|---|
| 12 | or it will not be able to locate the HDF5 libraries. |
|---|
| 13 | |
|---|
| 14 | Alternatively there is a native Windows kit available |
|---|
| 15 | from http://download.nexusformat.org/kits/windows that supports |
|---|
| 16 | HDF4/HDF5/XML and building applications under both Visual Studio |
|---|
| 17 | and MinGW |
|---|
Note: See
TracBrowser
for help on using the repository browser.