Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minors and one fix for a thing I broke... #9

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
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