Skip to content

Commit e0d8921

Browse files
authored
Update README.md
1 parent f4bcf53 commit e0d8921

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,19 @@ git clone https://github.com/JunkBox-Library/JunkBox_Libpp.git JubkBox_Lib++
4444
* double click **JunkBox_Lib++_2022.vcxproj**
4545
* build targets
4646

47+
### Lib Pragma for VC++
48+
#### OpenJpeg (GraphLib/Jpeg2KTool.h)
49+
* < v2.0
50+
* Release: **OpenJPEG.lib**
51+
* Debug: **OpenJPEGd.lib**
52+
* \>=2.0
53+
* **openjp2.lib**
54+
#### Jpeg (GraphLib/JpegTool.h)
55+
* **libjpeg.lib**
56+
#### Zlib (ExtendLib/xLib/gz_tool.h)
57+
* Release: **zlib.lib**
58+
* Debug: **zlibd.lib**
59+
#### OpenCV (GraphLib/OpenCVTool.h)
60+
* Release: **opencv_core242.libb**, **opencv_imgproc242.lib**, **opencv_objdetect242.lib**
61+
* Debug: **opencv_core242d.libb**, **opencv_imgproc242d.lib**, **opencv_objdetect242d.lib**
62+

0 commit comments

Comments
 (0)