From 8a02103d5e4a2bfb03fe78f775e22daf4c7699b4 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 2 Aug 2022 11:49:27 +0200 Subject: [PATCH] git: Added system requirements to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2fb8202fe..da2b8b000 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,16 @@ The custom C-like Pattern Language developed and used by ImHex is easy to read, For format patterns, includable libraries magic and constant files, check out the [ImHex-Patterns](https://github.com/WerWolv/ImHex-Patterns) repository. Feel free to PR your own files there as well! +## Requirements + +To use ImHex, the following minimal system requirements need to be met: + +- **OS**: Windows 10 or higher, macOS 11 (Big Sur) or higher, "Modern" Linux (Ubuntu 22.04+, Fedora and Arch Linux are officially supported) +- **CPU**: x86_64 (64 Bit) +- **GPU**: OpenGL 3.0 or higher (preferable a dedicated GPU and not Intel HD Graphics) +- **RAM**: 512MB, more may be required for more complicated analysis +- **Storage**: 100MB + ## Plugin development To develop plugins for ImHex, use one of the following two templates projects to get started. You then have access to the entirety of libimhex as well as the ImHex API and the Content Registry to interact with ImHex or to add new content.