tudelft3d / 3dfier

The open-source tool for creating 3D models
http://tudelft3d.github.io/3dfier
GNU General Public License v3.0
526 stars 106 forks source link

x64 builds of dependencies #107

Closed kad-vestjg closed 4 years ago

kad-vestjg commented 4 years ago

It is not stated in as many words, but some care should be taken when compiling the dependencies on Windows, as not always a x64 version will be compiled, resulting in the fact that the complete build will fail. Take for instance Yaml: using the compile standard compile instructions of Yaml, this will automatically generate an x86 version. The "-A x64" switch should explicitly be used when generating the x64 project with CMake.

An explicit notice that x64 versions of all dependencies should be compiled would clarify this.