mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r643] INSTALL : Section "for those who do not like to read" has been edited.
MANIFEST: New example files have been added.
This commit is contained in:
parent
96c626d42f
commit
e145787beb
8
INSTALL
8
INSTALL
@ -9,7 +9,13 @@ can do the following:
|
|||||||
|
|
||||||
$ tar xf hdf5-1.0.0a.tar
|
$ tar xf hdf5-1.0.0a.tar
|
||||||
$ cd hdf5-1.0.0a
|
$ cd hdf5-1.0.0a
|
||||||
$ make test
|
|
||||||
|
$ sh configure
|
||||||
|
$ make # Builds library and tools
|
||||||
|
$ make test # Builds and runs confidence tests.
|
||||||
|
# NOTE: if fails, run the
|
||||||
|
# command in the test directory
|
||||||
|
|
||||||
$ make install # Optional
|
$ make install # Optional
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
|
2
MANIFEST
2
MANIFEST
@ -152,6 +152,8 @@
|
|||||||
./examples/h5_group.c
|
./examples/h5_group.c
|
||||||
./examples/h5_read.c
|
./examples/h5_read.c
|
||||||
./examples/h5_write.c
|
./examples/h5_write.c
|
||||||
|
./examples/h5_select.c
|
||||||
|
./examples/h5_attribute.c
|
||||||
./src/.distdep
|
./src/.distdep
|
||||||
./src/.indent.pro
|
./src/.indent.pro
|
||||||
./src/H5.c
|
./src/H5.c
|
||||||
|
Loading…
Reference in New Issue
Block a user