you can basically follow the order of packages in the
.gitmodules file,
this is how official packages are build by Slavek. See:
https://mirror.git.trinitydesktop.org/gitea/TDE/tde/src/branch/master/.gitm…
note that building starts from tde-cmake, you can ignore the first 4
modules, which are submodules of other modules.
If you use a deb-based distro, you can also use the scripts that I
published in tde-packaging to biuld modules quite easily (potentially
building the whole TDE with a single command :-) ) - see:
https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging/src/branch/ma…
This follow a slightly different order, but still biuld a full TDE.
That helps much! Thanks. :)