Orxonox Dependencies ******************** This directory contains no source code of the dependencies, only the headers and libraries. By extracting the archives all in the same folder you'll get the following structure: bin/ // binary dlls with debug databases (pdbs). Need to be copied to the bin folder include/ // headers lib/ // lib files to link against In order to use these MSVC binaries you should have this folder structure: orxonox/ branch1/ bin/ // binary files from above branch2/ ..., etc. dependencies/ lib/ // the lib files from above include/ // headers