From 55983fb29247304acf82302e1ba616dffbd04f15 Mon Sep 17 00:00:00 2001 From: silverweed Date: Fri, 27 Sep 2024 16:33:46 +0200 Subject: [PATCH] update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.