Skip to content

Dependencies

Pre-release
Pre-release
Compare
Choose a tag to compare
@projekter projekter released this 30 Jan 13:00

This release is intended for those who want to compile dspdfviewer on their own machine without having to build all dependencies by themselves. All the included dependencies have to be added to the linker input. If you use the cmake configuration as provided here, you have to extract the archive directly on C:. These are static Visual Studio libraries which were compiled with Microsoft Visual Studio Community 2013 x86 and will most likely not work with any different version.
Note that you need to provide boost and Qt files as well. In order to use the static version, this will require that you build both boost (program_options library) and Qt on your machine.
The static versions were compiled with /MT or /MTd while the dynamic ones use /MD (/MDd).