Skip to content

Commit d665ed8

Browse files
committed
[docs] Added build dependencies and tools for Arch Linux systems
1 parent f15c2ed commit d665ed8

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

documentation/source/development/building.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,45 @@ Install dependencies and tools:
213213
| | conan |
214214
| | |
215215
+--------+--------------------------------------+
216+
| Arch | Follow the |
217+
| | `Install the SDK`_-instructions on |
218+
| | the vulkan-sdk page. |
219+
| | |
220+
| | Install the required packages:[#f1]_ |
221+
| | |
222+
| | .. code-block:: shell-session |
223+
| | |
224+
| | # pacman -S \ |
225+
| | pkg-config \ |
226+
| | glslang \ |
227+
| | spirv-tools \ |
228+
| | glm \ |
229+
| | libice \ |
230+
| | libpciaccess \ |
231+
| | libpng \ |
232+
| | libx11 \ |
233+
| | libxres \ |
234+
| | xkeyboard-config \ |
235+
| | libxrandr \ |
236+
| | libxcb \ |
237+
| | libxaw \ |
238+
| | xcb-util \ |
239+
| | xtrans \ |
240+
| | libxvmc |
241+
| | # pacman -S \ |
242+
| | cmake \ |
243+
| | ninja \ |
244+
| | vulkan-headers \ |
245+
| | vulkan-tools \ |
246+
| | vulkan-validation-layers \ |
247+
| | python3 \ |
248+
| | python-pip |
249+
| | $ pip3 install \ |
250+
| | wheel \ |
251+
| | setuptools \ |
252+
| | conan |
253+
| | |
254+
+--------+--------------------------------------+
216255
| Other | Planned. `We would love to see a |
217256
| | pull request on this file if you get |
218257
| | it running on other |

0 commit comments

Comments
 (0)