Hi,
Building applications is not something I'm familiar with but I thought I'd give it a go...
CMake 3.10.1 gave an error at the Generate stage due to /libs/libjpeg-turbo/release/libjpeg-turbo.nsi.in not existing (line 907 of CMakeLists.txt)
I tried using libjpeg-turbo files downloaded from their Sourceforge site having guessed which version to use and that allowed the CMake procedure to appear to complete but then the steps performed in Visual Studio 2017 had errors and nothing was created in the ExifPro/bin folder.
Should I have done something with NASM before the CMake steps? I didn't understand from the instructions if I needed to do something with that or if it just needed to be present so that CMake could use it.
As you can probably guess, I don't really know what I'm doing. Can you help me out?
Thank you
Hi,
Building applications is not something I'm familiar with but I thought I'd give it a go...
CMake 3.10.1 gave an error at the Generate stage due to /libs/libjpeg-turbo/release/libjpeg-turbo.nsi.in not existing (line 907 of CMakeLists.txt)
I tried using libjpeg-turbo files downloaded from their Sourceforge site having guessed which version to use and that allowed the CMake procedure to appear to complete but then the steps performed in Visual Studio 2017 had errors and nothing was created in the ExifPro/bin folder.
Should I have done something with NASM before the CMake steps? I didn't understand from the instructions if I needed to do something with that or if it just needed to be present so that CMake could use it.
As you can probably guess, I don't really know what I'm doing. Can you help me out?
Thank you