1. Extract this package under the top directory of TiMidity++. For example: % pwd /home/user/anyware/TiMidity++-2.0.0 % timidity-tools.2.0.0.tar.gz timidity-tools.2.0.0.tar.gz % gzip -cd timidity-tools.2.0.0.tar.gz | tar xvf - 2. Configure TiMidity++ and make all objects. 3. Type follow command to make tools/Makefile. % env CONFIG_HEADERS='' CONFIG_FILES=tools-2.0.0/Makefile /bin/sh ./config.status 4. Type `make' under the directory of tools. For example: % cd tools-2.0.0; make 5. Finally, type `make install' under the directory of tools to install the binaries.