The issue created is https://github.com/TanninOne/modorganizer/issues/995 for anybody who wants to follow directly. Yesterday night I had a short look into how the build system works. It's rather hard to build it due to it has some kind of package management for all it's needed dependencyall dependencies are built (I have read about debug builds.. normally as a use you don't want to use debug builds, trust me, I have years of experience with that professionally, especially not from your dependencies).therefore the sources of them are downloaded. There are huge ones on that, I just name three: boost (framework), Qt (another framework, similar purpose but with HMI support), NMM (yes the mod manager from Nexus iself)I would work on greatly simplifying the build process for the user for a start. We could discuss this here if you're interested. And of course if there is somebody among you having some cmake or at least experience with setting up or maintaining such a build system.