File: COMPILE.txt

package info (click to toggle)
qstat 2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,652 kB
  • ctags: 3,017
  • sloc: ansic: 24,995; sh: 4,109; makefile: 60
file content (26 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Compilation instructions for QStat
----------------------------------

Linux and other GNU systems
---------------------------
./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 CVS you need to first install autoconf
and automake, then run ./autogen.sh. 

WINDOWS
-------
nmake /f Makefile.noauto windows

SOLARIS
-------
make -f Makefile.noauto solaris

HPUX
----
make -f Makefile.noauto hpux