###Using `adapt`
In order to build and use the tool, you can simply run `make adapt` in the `adaptive-compression` directory under `contrib`. This will generate an executable available for use.
+
+###Options
+`-oFILE` : write output to `FILE`
+
+`-i#` : provide initial compression level
+
+`-h` : display help/information
+
+`-f` : force the compression level to stay constant
+
+`-c` : force write to `stdout`
+
+`-p` : hide progress bar
+
+`-q` : quiet mode -- do not show progress bar or other information
+
+###Benchmarking / Test results
PRINT(" -i# : provide initial compression level\n");
PRINT(" -h : display help/information\n");
PRINT(" -f : force the compression level to stay constant\n");
+ PRINT(" -c : force write to stdout\n");
PRINT(" -p : hide progress bar\n");
PRINT(" -q : quiet mode -- do not show progress bar or other information\n");
}