On mardi 25 juillet 2023 10:57:27 CEST tony Hamilton wrote: (...)Given my level of skill and understanding > , coupled with the non-specific nature of the error messages generated > by CMake, it is impossible for somebody like me to determine precisely > what package dependencies are missing from my instance of Linux. Result: > compile is bound to fail, until somebody like me gets help from somebody > like you. > > But behind all this frustration there is somebody (somebodies) who know > EXACTLY what the dependencies are. It would transform the compile > success rate for somebody like me if those dependencies were completely > documented somewhere, or, better still, if there was a command which I > could copy/paste that would act to meet all those dependencies.
But the dependencies *are* listed, just before the (perhaps outdated) commands to install them. The list gives you the library name and minimum required version (if any). It cannot give the package names to install, as they vary between distributions (and perhaps even versions). Then again, I think most distributions have a graphical package manager, with search function (Yast for OpenSUSe, Synaptic(?) for Mint)... And make sure you install the required development packages as well.. There is a learning curve for compiling programs, but once you master it, you are a lot less dependant on packagers. When you run into issues, remember to look at the first error message listed, it's usually the most important (note: *error* message, information and warning messages are often less helpful). ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org