Ktrim is written in C++
for GNU Linux/Unix platforms. After uncompressing the source package, you can find an executable file ktrim
under bin/
directory compiled using g++ v4.8.5
and linked with libz v1.2.7
for Linux x86_64 system. If you could not run it (which is usually caused by low version of libc++
or libz
library) or you want to build a version optimized for your system, you can re-compile the programs:
user@linux$ make clean && make