Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 645 Bytes

COMPILE.md

File metadata and controls

43 lines (37 loc) · 645 Bytes

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