From 099a4ebe67577dbba9a7ba2b2b2aa33e593da5a7 Mon Sep 17 00:00:00 2001 From: Gordon McCann Date: Mon, 11 Apr 2022 17:31:47 -0400 Subject: [PATCH] Fixed README typo on Linux apt commmand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4155a2a..374ec83 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Note: Mac and Windows technichally can be built using tools other than the platf related headers can be found. Note: On Linux distributions, typically Mesa OpenGL and X-window related header files are not installed by default. These can typically be installed using whatever package manager your distribution uses. For example, -on Debian family distributions the necessary files can be installed using `sudo apt install libgl1-mesa libgl1-mesa-dev libglu1-mesa libglu1-mesa-dev xorg-dev mesa-utils` which should fill out all of +on Debian family distributions the necessary files can be installed using `sudo apt install libgl1 libgl1-mesa-dev libglu1-mesa libglu1-mesa-dev xorg-dev mesa-utils` which should fill out all of the dependencies. If this doesn't seem to work, check your distribution related documentation for OpenGL dependencies. ## Running Navigator