Different content of Doomsday distribution packs for Windows
@skyjake
I always wondered why the MSI and ZIP archives for the Windows distribution of Doomsday differ in content. Following additional content can be found in the ZIP archive:
Also, why are the folders \include and \lib are distributed with the compiled release? I suppose these folders contain the source code of the SDK, which is of no use for the casual end user and thus pointlessly adding weight to the distribution and product installation. I suggest to move the SDK into a separate archive.
I always wondered why the MSI and ZIP archives for the Windows distribution of Doomsday differ in content. Following additional content can be found in the ZIP archive:
\bin\assimp-vc130-mt.lib
\bin\zlibstatic.lib
\bin\cmake\assimp-3.1\assimp-config.cmake
\bin\cmake\assimp-3.1\assimp-config-version.cmake
\bin\pkgconfig\assimp.pc
\include\assimp\*.* (40 files)
\include\assimp\Compiler\*.* (3 files)
Also, why are the folders \include and \lib are distributed with the compiled release? I suppose these folders contain the source code of the SDK, which is of no use for the casual end user and thus pointlessly adding weight to the distribution and product installation. I suggest to move the SDK into a separate archive.
Comments
I agree it is of little practical use to include these at the moment, but I prefer the simplicity of producing a single distribution package. The header and library files are also quite small in relation to the other files.
In the longer term, I probably will make the SDK separate.