diff --git a/README.md b/README.md index 83301a7..6274852 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ $ git clone --recurse-submodules ``` ### Dependencies -rntviewer currently only fully works on Linux, with the terminal-only version working -on MacOS as well (PRs welcome). +rntviewer currently only fully works on Linux, with the terminal-only version working on MacOS as well. The dependencies are: - GLFW3 (`libglfw3-dev` on debian, `glfw-devel` on fedora, `glfw` on arch) @@ -20,7 +19,7 @@ The dependencies are: Other than those, rntviewer depends on Dear ImGui and GLAD (both included in the source tree). -The machine must support OpenGL 3.3 or higher. +For the graphical version, the OS must support OpenGL 3.3 or higher. For the terminal-only version you don't need GLFW3, ImGui or OpenGL support.