./configure && make
To install qstat run
make install
To see which configuration parameters can be tweaked, run
./configure --help
If you want to compile from GIT you need to first install autoconf
and automake
, then run
./autogen.sh
Release build
nmake /f Makefile.noauto windows
Debug build
nmake /f Makefile.noauto windows_debug
make -f Makefile.noauto solaris
make -f Makefile.noauto hpux