update README

This commit is contained in:
silverweed 2024-09-27 16:33:46 +02:00
parent bb4e43a901
commit 55983fb292

View file

@ -10,8 +10,7 @@ $ git clone --recurse-submodules <repo_url>
``` ```
### Dependencies ### Dependencies
rntviewer currently only fully works on Linux, with the terminal-only version working rntviewer currently only fully works on Linux, with the terminal-only version working on MacOS as well.
on MacOS as well (PRs welcome).
The dependencies are: The dependencies are:
- GLFW3 (`libglfw3-dev` on debian, `glfw-devel` on fedora, `glfw` on arch) - 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). 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. For the terminal-only version you don't need GLFW3, ImGui or OpenGL support.