Skip to content

Commit b42b308

Browse files
authored
Fix Xxf68vm typo (#393)
1 parent 3bf8f96 commit b42b308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/02_Development_environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ LDFLAGS = -lglfw -lvulkan -ldl -lpthread -lX11 -lXxf86vm -lXrandr -lXi
353353

354354
The flag `-lglfw` is for GLFW, `-lvulkan` links with the Vulkan function loader and the remaining flags are low-level system libraries that GLFW needs. The remaining flags are dependencies of GLFW itself: the threading and window management.
355355

356-
It is possible that the `Xxf68vm` and `Xi` libraries are not yet installed on your system. You can find them in the following packages:
356+
It is possible that the `Xxf86vm` and `Xi` libraries are not yet installed on your system. You can find them in the following packages:
357357

358358
```bash
359359
sudo apt install libxxf86vm-dev libxi-dev

0 commit comments

Comments
 (0)