The precompiled Ogre deps package for c++11, which is used in noboost-build, does not include zziplib. The idea in the deps build script is to compile zziplib later, however this does not work, as rebuilding Ogre in the build script always deletes, then reclones Ogre.
The resulting Ogre throws an exception when it tries to read the OgreCore resources package, as no zip support has been compiled in.
The precompiled Ogre deps package for c++11, which is used in noboost-build, does not include zziplib. The idea in the deps build script is to compile zziplib later, however this does not work, as rebuilding Ogre in the build script always deletes, then reclones Ogre.
The resulting Ogre throws an exception when it tries to read the OgreCore resources package, as no zip support has been compiled in.