mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
803 B
803 B
Compiling ImHex on Windows
On Windows, ImHex is built through msys2 / mingw's gcc.
- Download and install msys2 from their website.
- Open the
MSYS2 MinGW x64shell - Clone the repo using
git clone https://github.com/WerWolv/ImHex --recurse-submodules - Install all the dependencies using
./ImHex/dist/get_deps_msys2.sh - Build ImHex itself using the following commands:
cd ImHex
mkdir build
cd build
cmake -G "Ninja" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="$PWD/install" \
-DIMHEX_USE_DEFAULT_BUILD_SETTINGS=ON \
..
ninja install
ImHex will look for any extra resources either in various folders directly next to the executable or in %localappdata%/imhex