How do you build TADS3 compiler in linux

Hi, I downloaded the TADS3 compiler from http://www.tads.org/frobtads.htm (both the full download and the TADS3 compiler). The default configure script only seems to compile the interpreter, but I also need the compiler. There seems to be no configure option to include the compiler (such as configure --with-compiler) but the makefile looks like it has lines to build the compiler which are commented out. Without further documentation i am a bit stuck – can anyone help? Thanks

The file doc/COMPILERS has the info you need. In short, you just unpack the compiler tarball inside the frobtads top-level directory.

Many thanks – I thought the compiler files were already in the main source tarball which is clearly not the case. your suggestion worked fine