Just do npm install jpegicc in your project's root dir. It seems the lib have some dependencies on "little cms", you need to download the zipfile and follow the command.
make connects the libs to the source and creates the required links and sets it up for the final phase it also parses the human readable to machine readable
make install This is the final phase where the compiler will create the binary files and moves all required files / executable and associated libs to their appropriate directories.
Just do
npm install jpegicc
in your project's root dir. It seems the lib have some dependencies on "little cms", you need to download the zipfile and follow the command.make connects the libs to the source and creates the required links and sets it up for the final phase it also parses the human readable to machine readable
make install This is the final phase where the compiler will create the binary files and moves all required files / executable and associated libs to their appropriate directories.