Skip to content
New issue

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

CMake error when installing as Cutter plugin #21

Open
b3dd1 opened this issue May 6, 2023 · 3 comments
Open

CMake error when installing as Cutter plugin #21

b3dd1 opened this issue May 6, 2023 · 3 comments

Comments

@b3dd1
Copy link

b3dd1 commented May 6, 2023

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.
Screenshot from 2023-05-06 11-55-44

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

@wargio
Copy link
Member

wargio commented May 6, 2023

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

@b3dd1
Copy link
Author

b3dd1 commented May 10, 2023

Thank you for answer me but I don't understand what I need to do after I install cutter by using the appimage file.

@wargio
Copy link
Member

wargio commented May 10, 2023

if you use appimage, as i said, you need to mount the file, then point the cmake config to the mounted path for the rizin and cutter libs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants