Skip to content

Commit 22c0cac

Browse files
authored
[merge] Merge pull request #476 from Max-Rodriguez/docs-patch
[docs] Added build dependencies and tools for Arch Linux systems
2 parents f15c2ed + d489f0f commit 22c0cac

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
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 |

documentation/source/development/platforms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Linux
1717
------
1818

1919
- We support every x64 Linux distribution for which Vulkan drivers exist.
20-
- We have specific :ref:`build instructions for Gentoo and Ubuntu <BUILDING linux>`.
20+
- We have specific :ref:`build instructions for Gentoo, Ubuntu, Debian, and Arch. <BUILDING linux>`.
2121
- If you have found a way to set it up for other Linux distributions, please `open a pull request <https://github.com/inexorgame/vulkan-renderer/pulls>`__ and let us know!
2222

2323
macOS and iOS

0 commit comments

Comments
 (0)