source: x/lib/vulkan-loader.xml@ 1a574e0f

12.1 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 1a574e0f was 1a574e0f, checked in by Douglas R. Reno <renodr@…>, 6 months ago

Add a note to the Vulkan Loader package to remind users to rebuild Mesa
if it has been installed prior to installing this package.

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY vulkan-loader-download-http "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v&vulkan-loader-version;/Vulkan-Loader-&vulkan-loader-version;.tar.gz">
8 <!ENTITY vulkan-loader-download-ftp " ">
9 <!ENTITY vulkan-loader-md5sum "6903f9d285afcd1a167ec7c46cbabd49">
10 <!ENTITY vulkan-loader-size "1.6 MB">
11 <!ENTITY vulkan-loader-buildsize "9.8 MB">
12 <!ENTITY vulkan-loader-time "0.1 SBU">
13]>
14
15<sect1 id="vulkan-loader" xreflabel="Vulkan-loader-&vulkan-loader-version;">
16 <?dbhtml filename="vulkan-loader.html"?>
17
18 <title>Vulkan-loader-&vulkan-loader-version;</title>
19
20 <indexterm zone="vulkan-loader">
21 <primary sortas="a-vulkan-loader">Vulkan-loader</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to Vulkan-loader</title>
26
27 <para>
28 The <application>Vulkan-loader</application> package contains a library
29 which provides the Vulkan API and provides core support for graphics
30 drivers for Vulkan.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&vulkan-loader-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&vulkan-loader-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &vulkan-loader-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &vulkan-loader-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &vulkan-loader-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &vulkan-loader-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Vulkan-loader Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="cmake"/>,
74 <xref linkend="lxml"/>,
75 <xref linkend="vulkan-headers"/>,
76 <xref linkend="wayland"/>, and
77 <xref linkend="xorg7-lib"/>
78 </para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Vulkan-loader</title>
84
85 <note>
86 <para>
87 If this package is being installed on a system where Mesa has already
88 been installed previously, please rebuild <xref linkend="mesa"/> after
89 this package to install Vulkan graphics drivers.
90 </para>
91 </note>
92
93 <para>
94 Install <application>Vulkan-loader</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>mkdir build &amp;&amp;
99cd build &amp;&amp;
100
101cmake -DCMAKE_INSTALL_PREFIX=/usr \
102 -DCMAKE_BUILD_TYPE=Release \
103 -DCMAKE_SKIP_RPATH=TRUE \
104 -G Ninja .. &amp;&amp;
105ninja</userinput></screen>
106
107 <para>
108 This package does not come with a working test suite.
109 <!-- To run the tests, we need to follow a complex process to download a
110 customized copy of googletest.-->
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>ninja install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 None
132 </seg>
133 <seg>
134 libvulkan.so
135 </seg>
136 <seg>
137 /usr/lib/cmake/VulkanLoader
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libvulkan">
148 <term><filename class="libraryfile">libvulkan.so</filename></term>
149 <listitem>
150 <para>
151 provides the Vulkan API and core support for graphics drivers
152 </para>
153 <indexterm zone="vulkan-loader libvulkan">
154 <primary sortas="c-libvulkan">libvulkan.so</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158 </variablelist>
159 </sect2>
160</sect1>
Note: See TracBrowser for help on using the repository browser.