I'm trying to install Darknet from here https://github.com/AlexeyAB/darknet using these instructions:
https://github.com/AlexeyAB/darknet#how-to-compile-on-windows-using-cmake
Looked easy enough, I installed all the required pre-requisites...
I get the error "Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)" with CMake, I had an error like it before for Zlib, which I was able to install using this .bat file https://github.com/horta/zlib.install/blob/master/install.bat
What is the simplest way to include this library called' JPEG' within Cmake's scope of libraries?