From CMakeLists.txt: find_package(LibGPGError REQUIRED)
find_package(Gcrypt 1.7.0 REQUIRED)
find_package(Argon2 REQUIRED)
find_package(ZLIB REQUIRED)
find_package(QREncode REQUIRED)
find_package(sodium 1.0.12 REQUIRED)
..so it seems you'll need argon, qrencode and sodium.
You could also try an older version, which might not need those additional deps.