On 2019.11.07 03:08, Ralf Habacker wrote:
Am 07.11.19 um 07:40 schrieb Thomas Baumgart:
Hi,
On Donnerstag, 7. November 2019 04:31:07 CET jvap...@gmail.com wrote:
> I ran a cmake (after re-installing only gnome on my laptop). Then
this
<snip>
> Do we need all of these?
> Is there a command we can run to load all the KDE dependencies
for this project?
Not that I know of, but I am not an expert at that point. Maybe
someone else does.
From my openSUSE knowledge this is normally done by installing the
related source packages, which fetches and installs all required
development packages too e.g. by running
zypper si kmymoney
Any such command is going to be diistribution specific. Also, actual
package names are also distro specific. And, as Ralf hinted at, you
generally need the -devel versions of dependencies if you are going to
compile KMyMoney yourself. If you use apt, I believe there is a
command to install the devel dependencies, but not the package itself.
In addition, the dependencies you need depend on the options you choose
to enable. For example, I use libofx for online banking, so I do need
libofx itself, but I do not need aqbanking or gwenhywfar.
I suppose it would be good if someone would go through CMakeLists.txt
and extract and separate the required deps and the optional ones. I'll
add it to my list, but I have no idea how soon I would actually get to
it.
Jack