Fix missing dependencies in README and ArchLinux get_deps script

This commit is contained in:
Mary 2020-12-18 18:46:20 +01:00
parent 413443aa95
commit de9421e68f
2 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,7 @@ You need a C++20 compatible compiler such as GCC 10.2.0 to compile ImHex. Moreov
- capstone
- nlohmann json
- Python3
- freetype2
Find all-in-one dependency installation scripts for Arch Linux, Fedora, Debian/Ubuntu and/or MSYS2 in [dist](dist).

View File

@ -1,6 +1,8 @@
#!/usr/bin/env sh
pacman -S --needed \
cmake \
gcc \
glfw \
file \
openssl \