Under vs2015 compiler free open-source jpeg library, ijg of jpeg.lib under vs2015 compiler free open-source jpeg library, ijg of jpeg.lib

Under vs2015 compiler free open-source jpeg library, ijg of jpeg.lib

1. to Independent JPEG Group official website www.ijg.org download jpegsrc, I downloaded version is jpegsrc9c.zip , extract the source.

2. Run vc command line environment vs2015, generally there are in the Start menu, click into the find.

3. The cmd command to switch to the directory jpegsrc unpacked directory, and then execute the command nmake

NMAKE /f makefile.vs  setup-v15

At this point of the project and will generate vs project file.

4. Open jpeg.sln jpeg.vcxproj generated or add to your own projects.

5. Compile.

6. If compile errors or problems, please refer to install.txt jpeg files in the source directory, search for the keyword "Microsoft Windows, Visual Studio", you can find the appropriate reference information.

1. to Independent JPEG Group official website www.ijg.org download jpegsrc, I downloaded version is jpegsrc9c.zip , extract the source.

2. Run vc command line environment vs2015, generally there are in the Start menu, click into the find.

3. The cmd command to switch to the directory jpegsrc unpacked directory, and then execute the command nmake

NMAKE /f makefile.vs  setup-v15

At this point of the project and will generate vs project file.

4. Open jpeg.sln jpeg.vcxproj generated or add to your own projects.

5. Compile.

6. If compile errors or problems, please refer to install.txt jpeg files in the source directory, search for the keyword "Microsoft Windows, Visual Studio", you can find the appropriate reference information.

Guess you like

Origin www.cnblogs.com/leoking01/p/11411945.html