https://github.com/moneymanagerex/money ... x/releases
but when I try cmake with that I get:
"The source directory
/[...]/moneymanagerex-1.5.9/3rd/fmt
does not contain a CMakeLists.txt file."
So I tried
git clone --recursive https://github.com/moneymanagerex/moneymanagerex
which compiled fine as
Version : 1.5.10-Beta.1
but when I executed
$ ../src/mmex
for testing this crashed "Aborted (core dumped)" because it did not find some themes (->?).
There are several warning messages:
1) "Theme default not found, it may no longer be supported. Reverting to default theme"
2) "File 'master.css' missing or invalid in chosen theme 'default'"
3) "Metadata '/theme/name' missing in chosen theme 'default'"
4) "Metadata '/theme/description' missing in chosen theme 'default'"
5) "There are 96 missing or invalid icons in chosen theme 'default':
NEW_DB.svg,[...]" and then several icon names are named.
6) "Theme default has missing items and is incompatible. Reverting to default theme"
7) at the end there is a "Debug report" and "Aborted (core dumped)".
Current version 1.5.6 is still working though.
Then I tried to change the theme in 1.5.6 to colorful theme and now 1.5.6 also crashes with a
"mmex Error std::bad_alloc" dialog.

Removed $HOME/.mmex and restarted 1.5.6. This worked.
Chose dark mode in theme manager, this works with 1.5.6
Then I tried 1.5.10 but this also says that the theme is not found, switches
to default theme and crashes.
Version 1.5.6 has the default theme afterwards.

Removing $HOME/.mmex also does not help: 1.5.10-Beta.1 crashes.
I will try now to get version 1.5.9 via git clone...