File: libupsclient-config.txt

package info (click to toggle)
nut 2.7.4-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,964 kB
  • sloc: ansic: 70,278; sh: 12,814; python: 2,202; cpp: 1,715; makefile: 1,406; perl: 705; xml: 40
file content (46 lines) | stat: -rw-r--r-- 1,038 bytes parent folder | download | duplicates (5)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
LIBUPSCLIENT-CONFIG(1)
======================

NAME
----

libupsclient-config - script to get information about the installed version of libupsclient

SYNOPSIS
--------
*libupsclient-config* [--version] [--libs] [--cflags]

DESCRIPTION
-----------

*libupsclient-config* is a tool that is used to determine the compiler and
linker flags that should be used to compile and link programs that use
*libupsclient* from the Network UPS Tools project. 

OPTIONS
-------

*libupsclient-config* accepts the following options:

*--version*::
Print the currently installed version of *libupsclient* on the standard output.

*--libs*::
Print the linker flags that are necessary to link a *libupsclient* program.

*--cflags*::
Print the compiler flags that are necessary to compile a *libupsclient* program.

AUTHORS
-------
This manual page was written by Arnaud Quette <aquette.dev@gmail.com>.

SEE ALSO
--------

linkman:upsclient[3]

Internet resources:
~~~~~~~~~~~~~~~~~~~
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/