mirror of https://github.com/WerWolv/ImHex.git
Fix missing dependencies in README and ArchLinux get_deps script
This commit is contained in:
parent
413443aa95
commit
de9421e68f
|
@ -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).
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
pacman -S --needed \
|
||||
cmake \
|
||||
gcc \
|
||||
glfw \
|
||||
file \
|
||||
openssl \
|
||||
|
|
Loading…
Reference in New Issue