We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux
It crashed, and log is
imhex.log
This is my archlinux, i build by cmake: First, create build folder
mkdir .cmake cd .cmake
Then, initial cmake project
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/meivi/app/imhex -S ..
And use make to buiild it, install
make -j 12 make install
Then, i use ln -sf create a soft link to libimhex.so.1.37.4
ln -sf
libimhex.so.1.37.4
Finally, i run it
/home/meivi/app/imhex/bin/imhex
1.37.4
As above
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Operating System
Linux
What's the issue you encountered?
It crashed, and log is
imhex.log
How can the issue be reproduced?
This is my archlinux, i build by cmake:
First, create build folder
Then, initial cmake project
And use make to buiild it, install
Then, i use
ln -sf
create a soft link tolibimhex.so.1.37.4
Finally, i run it
ImHex Version
1.37.4
ImHex Build Type
Installation type
As above
Additional context?
No response
The text was updated successfully, but these errors were encountered: