You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi to everyone, I'm trying to use rz-retdec as plugin for Cutter by following the instruction provided by you in the readme file.
I run the cmake command written in this way: cmake .. -DCMAKE_INSTALL_PREFIX=~/.local -DBUILD_CUTTER_PLUGIN=ON it returns the error you see in the image.
There's any solution for this problem?
Additional information:
-I'm actually running Ubuntu 22.04
-Cutter version I'm using: 2.2.0 installed by using the AppImage file
The text was updated successfully, but these errors were encountered:
You need to build cutter and install it via make install.
To build with the appimage, you need to mount the appimage then point to the libs in there and then follow the usual process with cmake
Hi to everyone, I'm trying to use rz-retdec as plugin for Cutter by following the instruction provided by you in the readme file.
I run the cmake command written in this way: cmake .. -DCMAKE_INSTALL_PREFIX=~/.local -DBUILD_CUTTER_PLUGIN=ON it returns the error you see in the image.
There's any solution for this problem?
Additional information:
-I'm actually running Ubuntu 22.04
-Cutter version I'm using: 2.2.0 installed by using the AppImage file
The text was updated successfully, but these errors were encountered: