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