qscript is available for download from the sourceforge project page. http://sourceforge.net/projects/xtcc.
The file qscript-0.17.tar.gz contains the source code of the compiler, which has to be built using the g++ compiler.
$ tar xvzf qscript-0.17.tar.gzThis will extract the files into a directory qscript-0.17
$ cd qscript-0.17 $ make -f CustomQScriptMakefile local_install
/home/nxd/qscript-0.17the run the following command or put it into your shell's .profile script
export QSCRIPT_HOME=/home/nxd/qscript-0.17Instructions on how to compile an example file is given here