Download
Installation
> gtar zxf tiger-xmpl-0.2.tar.gz > cd tiger-xmpl-0.2 > ./configure --with-xt=/projects/stratego/xt --with-tiger=/tiger/install/dir > gmake
Note: --with-xt
is necessary even if you add the directory /projects/stratego/xt/bin
to your $PATH
, since the Tools.XT components are addressed using variables in the makerules, e.g., $(SGLR)/bin/sglr
.
Configuration with --with-tiger
assumes that all the CompilerPackages are configured with the same prefix.
Testing
You can now test (components of) the compiler; see HowToTestTheTigerCompiler.