Codebase list h5utils / 72d001d
fix links Steven G. Johnson 5 years ago
2 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 See https://github.com/stevengj/h5utils for the complete git
0 See https://github.com/NanoComp/h5utils for the complete git
11 history of h5utils.
1111
1212 The latest version is h5utils 1.13.1, which can be downloaded in source-code form at:
1313
14 * https://github.com/stevengj/h5utils/releases/download/1.13.1/h5utils-1.13.1.tar.gz
14 * https://github.com/NanoComp/h5utils/releases/download/1.13.1/h5utils-1.13.1.tar.gz
1515
16 (Download this `.tar.gz` file rather than cloning the [git repo](https://github.com/stevengj/h5utils)
16 (Download this `.tar.gz` file rather than cloning the [git repo](https://github.com/NanoComp/h5utils)
1717 unless you are a developer, since the git repo requires additional tools to build as described below.)
1818
1919 What's new in each version is described in the [release notes](NEWS.md) file.
3434 ```
3535 See `./configure --help` for more options. You can use `make uninstall` to get rid of all the installed files.
3636
37 **Github**: If you are using the source [on github](https://github.com/stevengj/h5utils) (via `git clone https://github.com/stevengj/h5utils`), then you will also need to have [GNU autoconf, automake, and libtool](https://en.wikipedia.org/wiki/GNU_Build_System) installed, and run `sh autogen.sh` (in a Unix shell) to set up things before running `make` above (`autogen.sh` runs `./configure` for you).
37 **Github**: If you are using the source [on github](https://github.com/NanoComp/h5utils) (via `git clone https://github.com/NanoComp/h5utils`), then you will also need to have [GNU autoconf, automake, and libtool](https://en.wikipedia.org/wiki/GNU_Build_System) installed, and run `sh autogen.sh` (in a Unix shell) to set up things before running `make` above (`autogen.sh` runs `./configure` for you).
3838
3939 **Note:** if you get a message like `cannot compute sizeof (unsigned long)` when running `./configure`, it probably means you didn't install the HDF5 library properly: you need to tell the runtime linker where to find it. On GNU/Linux, make sure there is a line `/usr/local/lib` in `/etc/ld.so.conf` and run `/sbin/ldconfig` (assuming you installed HDF5 in the default location).
4040