Imported Upstream version 2.6.3

This commit is contained in:
Arnaud Quette 2012-01-24 11:22:33 +01:00
parent 45043b58d0
commit fad6ced6f6
255 changed files with 11081 additions and 4629 deletions

View file

@ -41,22 +41,10 @@ Configuration helpers
~~~~~~~~~~~~~~~~~~~~~
NUT provides helper scripts to ease the configuration step of your program, by
detecting the right compilation and link flags:
detecting the right compilation and link flags.
- one for platforms providing pkg-config,
- and the other (libupsclient-config) for platforms not providing pkg-config.
If you have pkg-config installed, and you need to find the location of the NUT
client include files, add the output of the following command to your build
system (which can be combined with other pkg-config invocations):
pkg-config libupsclient --cflags
If you don't have pkg-config, use this:
libupsclient-config --cflags
Reference: linkman:libupsclient-config[1]
For more information, refer to a
<<lib-info,Appendix B: NUT libraries complementary information>>.
Python
------