Open wannkunstbeikor opened 1 month ago
@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. https://pkgs.org/download/cutter-re-devel
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
Error: error processing archive /var/cache/apt/archives/librizin-dev_0.7.2-1_amd64.deb (--unpack):
trying to overwrite '/usr/lib/x86_64-linux-gnu/pkgconfig/libzstd.pc', which is also in package libzstd-dev:amd64 1.5.6+dfsg-1~22.04.sav0
trying to overwrite '/usr/lib/x86_64-linux-gnu/pkgconfig/libzstd.pc', which is also in package libzstd-dev:amd64 1.5.6+dfsg-1~22.04.sav0
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