I was able to clone the git repository for residualvm-tools, and I think I have all the relevant development libraries installed:
Code: Select all
me@mycomputer:~/residualvm-tools/build$ ../configure
Running Tools configure...
Looking for C++ compiler... g++
Checking for compiler version... 4.6.1, ok
Checking endianness... little
Type with 1 byte... char
Type with 2 bytes... short
Type with 4 bytes... int
Type with 8 bytes... long
Target 64 bits... yes
Compiling for x86... yes
Checking hosttype... linux-gnu
Alignment required... no
Checking whether to have a verbose build... no
Checking for Ogg Vorbis... yes
Checking for Tremor... no (Ogg Vorbis/Tremor support is mutually exclusive)
Checking for FLAC >= 1.0.1... yes
Checking for MAD... yes
Checking for zlib... yes
Creating config.h
Creating config.mk
Creating Makefile
Code: Select all
me@mycomputer:~/residualvm-tools/build$ make tools/patchex
make: *** No rule to make target `tools/patchex'. Stop.