og-qstat/COMPILE.md
Steven Hartland 7b151b5e02 feat(build): add build version and Windows CI
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.
2021-07-04 00:04:29 +01:00

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