CodeLite 9.1.1 missing dependencies

Hi,

I am trying to install an upgrade to CodeLite (from 5.4 to 9.1.1). I have downloaded to RPM, and using terminal to install.

The package is “codelite-9.1-1.suse42.1.x86_64.rpm”, but it fails due to missing dependencies:-

clang
libjpeg.so.62()(64bit)
libjpeg.so.62(LIBJPEG_6.2)(64bit)

Does anyone know how to solve this?

Thanks

Hi
How are you installing, with zypper or rpm, if rpm then install libjpeg62, else easier to use zypper in <your-rpm>.

Thank you for your tips malcomlewis. they helped me resolve the installation:-

I used yast to install libjpeg62, zypper to install clang (yast couldn’t find it), and rpm to install CodeLite.

Thanks again
Peter