File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
documentation/source/development Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments