Source tarball does not include gutil
I'm creating Gryptonite package for ArchLinux. I'm trying use official releases from GitHub. For now they does not include gutil and there is no official releases of it. It will be very convenient to make Gryptonite releases include gutil to be all-sufficient.
Hello, and thanks for your interest in Gryptonite!
Those tarballs are auto-generated when I make a release, but for some reason GitHub doesn't pull in the submodule dependencies when building them. I never use those for building the source anyways - instead I "git clone" the repository, then "git submodule init/update" to pull in the correct version of gutil. Then you can simply export the working directory and that should have all the code, minus the external dependencies like Crypto++ and Qt.
In general, if you want the release tarballs to contain submodule dependencies, I would recommend filing a bug with GitHub b/c that is the behavior of the site. It would be an extra step for me to have to replace those tarballs with correctly built ones, and since I don't use them anyways I don't care enough to do that. Also I wrote this application when I was a young, starving engineer with lots of extra time on my hands, but since then I've been hired at a major tech company and no longer have bandwidth for maintaining my open-source initiatives. That means I can only serve in an advisory role for the time being. Sorry!