Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bba1ee6

Browse files
authored
Update development environment tutorial for Linux to indicate possible libraries which may need to be installed (#353)
1 parent 681c588 commit bba1ee6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

en/02_Development_environment.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,11 @@ include the Vulkan runtime and that your graphics card is supported. See the
219219
[introduction chapter](!en/Introduction) for links to drivers from the major
220220
vendors.
221221

222+
### X Window System and XFree86-VidModeExtension
223+
It is possible that these libraries are not on the system, if not, you can install them using the following commands:
224+
* `sudo apt install libxxf86vm-dev` or `dnf install libXxf86vm-devel`: Provides an interface to the XFree86-VidModeExtension.
225+
* `sudo apt install libxi-dev` or `dnf install libXi-devel`: Provides an X Window System client interface to the XINPUT extension.
226+
222227
### GLFW
223228

224229
As mentioned before, Vulkan by itself is a platform agnostic API and does not

0 commit comments

Comments
 (0)