-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Allow for building plugins when using ubuntu OBS cutter and rizin packages #3377
Comments
@ret2libc take a look please when you have time |
I just looked at how its handled in fedora, and they have seperate devel packages for cutter and rizin, which allows plugins to build if they are installed. |
OBS build should already have the dev packages: @wannkunstbeikor Did you install any of them? |
Why did i never check that, I feel stupid sorry |
okay yeah those packages exist, but librizin-dev can't be installed if libzstd-dev is already installed
|
Is your feature request related to a problem? Please describe.
When installing the ubuntu 22.04 (not sure if this is the case for other distros, I only tested on ubuntu) package of cutter and rizin it doesnt include any decompiler. I only tried to install the rz-ghidra decompiler by building it, but that also doesn't work, bc the package doesnt include a pkg config file and maybe probably also the library files, not sure since the build failed on getting the package config file.
Describe the solution you'd like
Include the package config file and library files in a package, so that u can build plugins for cutter and rizin when using packaged builds. This would also solve the rz-pm not being able to install plugins when using the packaged build of rizin.
Describe alternatives you've considered
Include the decompiler directly like done with the AppImage.
Additional context
The text was updated successfully, but these errors were encountered: