Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,16 @@ Note that only few of the HDF5 datatypes are supported by each of the
functions hdf5oct at the moment, typically one or several of double,
integer and string.

# REQUIREMENTS #########################

The wrapper h5c++ provided by the HDF5 library must be available.

# INSTALLATION #########################

To install, just use
To compile this package, use

make

This will produce a package file named "hdf5oct-*.tar.gz" . Then
you may either install the package with

Expand All @@ -50,7 +54,7 @@ the correct file name) with the command

pkg install hdf5oct-0.2.0.tar.gz

This will put the *.oct files somewhere where Octave will find them.
Both will put the *.oct files somewhere where Octave will find them.
You can try running

make test
Expand All @@ -62,6 +66,10 @@ To uninstall the package you may want to use

make uninstall

or on the GNU Octave prompt

pkg uninstall hdf5oct

# TODO #################################

- write h5info, h5disp
Expand Down
Loading