mirror of
https://github.com/rocketsciencegg/qstat
synced 2026-08-18 12:23:04 -04:00
Add the ability to configure the version of qstat builds and Windows CI Also: * Convert compile docs to markdown. * Remove CVS remnants and old gitmktar. * Remove travis support now we have github actions. * Fix noauto build when gnuconfig.h isn't present. * Add incremental build for windows using qstat.exe target. * Removed os2 support from Makefile.noauto as the OS is long dead.
645 B
645 B
Compilation instructions for qStat
Linux and other GNU systems
Build
./configure && make
Install
To install qstat run
make install
Configuration
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
Windows
Release build
nmake /f Makefile.noauto windows
Debug build
nmake /f Makefile.noauto windows_debug
Solaris
make -f Makefile.noauto solaris
HPUX
make -f Makefile.noauto hpux