Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo apt install libssl1.1 libssl-dev

Install tar2h5 software

Code Block
github clone https://github.com/HDFGroup/tar2h5.git

...


cd tar2h5

...


cmake .

...


make

Uninstall tar2h5 software

Code Block
make clean

...


Run CTest

...


ctest

Run tar2h5 software

Code Block
./bin/archive_checker ./demo/tar2h5-demo.tar

...


./bin/archive_checker_64k ./demo/tar2h5-demo.tar

...


./bin/h5compactor ./demo/tar2h5-demo.tar

...


./bin/h5compactor-sha1 ./demo/tar2h5-demo.tar

...


./bin/h5shredder ./demo/tar2h5-demo.tar

Visualization with HDFCompass

...