vlc-config.1
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:2k
源码类别:

midi

开发平台:

Unix_Linux

  1. .TH LIBVLC 1 "8 August 2002" Version 0.5.0
  2. .SH NAME
  3. vlc-config - script to get information about the installed version of libvlc
  4. .SH SYNOPSIS
  5. .B vlc-config
  6. [--prefixfI[=DIR]fP] [--exec-prefixfI[=DIR]fP] [--version] [--libs] [--cflags]
  7. .SH DESCRIPTION
  8. .PP
  9. fIvlc-configfP is a tool that is used to configure to determine
  10. the compiler and linker flags that should be used to compile
  11. and link programs that use fIlibvlcfP.
  12. .
  13. .SH OPTIONS
  14. fIvlc-configfP accepts the following options:
  15. .TP 8
  16. .B  --version
  17. Print the currently installed version of fIlibvlcfP on the standard output.
  18. .TP 8
  19. .B  --libs
  20. Print the linker flags that are necessary to link a fIlibvlcfP program.
  21. .TP 8
  22. .B  --cflags
  23. Print the compiler flags that are necessary to compile a fIlibvlcfP program.
  24. .TP 8
  25. .B  --prefix=PREFIX
  26. If specified, use PREFIX instead of the installation prefix that fIlibvlcfP
  27. was built with when computing the output for the --cflags and
  28. --libs options. This option is also used for the exec prefix
  29. if --exec-prefix was not specified. This option must be specified
  30. before any --libs or --cflags options.
  31. .TP 8
  32. .B  --exec-prefix=PREFIX
  33. If specified, use PREFIX instead of the installation exec prefix that
  34. fIlibvlcfP was built with when computing the output for the --cflags
  35. and --libs options.  This option must be specified before any
  36. --libs or --cflags options.
  37. .SH SEE ALSO
  38. .BR vlc (1),
  39. .SH COPYRIGHT
  40. Copyright (co  2002 Owen Taylor, modified by Sam Hocevar
  41. Permission to use, copy, modify, and distribute this software and its
  42. documentation for any purpose and without fee is hereby granted,
  43. provided that the above copyright notice appear in all copies and that
  44. both that copyright notice and this permission notice appear in
  45. supporting documentation.