{
    "mode": "man",
    "parameter": "xslt-config",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/xslt-config/1/json",
    "generated": "2026-06-15T13:16:10Z",
    "synopsis": "xslt-config [--prefix[=DIR]] [--libs] [--cflags] [--version] [--help]",
    "sections": {
        "NAME": {
            "content": "xslt-config - script to get information about the installed version of libxslt\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "xslt-config [--prefix[=DIR]] [--libs] [--cflags] [--version] [--help]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "xslt-config  is  a tool that is used to determine the compile and linker flags that should be\nused to compile and link programs that use libxslt.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "xslt-config accepts the following options:\n",
            "subsections": [
                {
                    "name": "--version",
                    "content": "Print the currently installed version of libxslt on the standard output.\n\n--libs  Print the linker flags that are necessary to link a libxslt program.\n",
                    "long": "--version"
                },
                {
                    "name": "--cflags",
                    "content": "Print the compiler flags that are necessary to compile a libxslt program.\n",
                    "long": "--cflags"
                },
                {
                    "name": "--prefix=PREFIX",
                    "content": "If specified, use PREFIX instead of the installation prefix that  libxslt  was  built\nwith  when computing the output for the --cflags and --libs options. This option must\nbe specified before any --libs or --cflags options.\n",
                    "long": "--prefix",
                    "arg": "PREFIX"
                }
            ]
        },
        "AUTHOR": {
            "content": "This manual page was adapted from the xml-config by Will Newton <will@misconeption.org.uk>.\n\nThe xml-config manual page was written by Fredrik Hallenberg <hallon@lysator.liu.se>, for the\nDebian GNU/linux system (but may be used by others).\n\n\n\nVersion                                     8 March 2002                              xslt-config(1)",
            "subsections": []
        }
    },
    "summary": "xslt-config - script to get information about the installed version of libxslt",
    "flags": [
        {
            "flag": "",
            "long": "--version",
            "arg": null,
            "description": "Print the currently installed version of libxslt on the standard output. --libs Print the linker flags that are necessary to link a libxslt program."
        },
        {
            "flag": "",
            "long": "--cflags",
            "arg": null,
            "description": "Print the compiler flags that are necessary to compile a libxslt program."
        },
        {
            "flag": "",
            "long": "--prefix",
            "arg": "PREFIX",
            "description": "If specified, use PREFIX instead of the installation prefix that libxslt was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options."
        }
    ],
    "examples": [],
    "see_also": []
}