To build the executable file, navigate to the build directory and run:
cd build
make
To compress a file, use the following command:
./hc -z <fileName> <binaryFile>
To decompress a file, use the following command:
./hc -uz <treeSerializationFile> <binaryFile> <outputFile>
For a list of available commands, use:
./hc -h