实例介绍
ubuntu16.04配置caffe过程中出现缺少zlib库的报错,有时候官网会被墙,发上来供参考。
【实例截图】
【核心代码】
6c03e20b-de66-4319-bdd4-2a568e39be1e
└── zlib-1.2.9
├── adler32.c
├── amiga
│ ├── Makefile.pup
│ └── Makefile.sas
├── ChangeLog
├── CMakeLists.txt
├── compress.c
├── configure
├── contrib
│ ├── ada
│ │ ├── buffer_demo.adb
│ │ ├── mtest.adb
│ │ ├── read.adb
│ │ ├── readme.txt
│ │ ├── test.adb
│ │ ├── zlib.adb
│ │ ├── zlib.ads
│ │ ├── zlib.gpr
│ │ ├── zlib-streams.adb
│ │ ├── zlib-streams.ads
│ │ ├── zlib-thin.adb
│ │ └── zlib-thin.ads
│ ├── amd64
│ │ └── amd64-match.S
│ ├── asm686
│ │ ├── match.S
│ │ └── README.686
│ ├── blast
│ │ ├── blast.c
│ │ ├── blast.h
│ │ ├── Makefile
│ │ ├── README
│ │ ├── test.pk
│ │ └── test.txt
│ ├── delphi
│ │ ├── readme.txt
│ │ ├── ZLibConst.pas
│ │ ├── zlibd32.mak
│ │ └── ZLib.pas
│ ├── dotzlib
│ │ ├── DotZLib
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── ChecksumImpl.cs
│ │ │ ├── CircularBuffer.cs
│ │ │ ├── CodecBase.cs
│ │ │ ├── Deflater.cs
│ │ │ ├── DotZLib.cs
│ │ │ ├── DotZLib.csproj
│ │ │ ├── GZipStream.cs
│ │ │ ├── Inflater.cs
│ │ │ └── UnitTests.cs
│ │ ├── DotZLib.build
│ │ ├── DotZLib.chm
│ │ ├── DotZLib.sln
│ │ ├── LICENSE_1_0.txt
│ │ └── readme.txt
│ ├── gcc_gvmat64
│ │ └── gvmat64.S
│ ├── infback9
│ │ ├── infback9.c
│ │ ├── infback9.h
│ │ ├── inffix9.h
│ │ ├── inflate9.h
│ │ ├── inftree9.c
│ │ ├── inftree9.h
│ │ └── README
│ ├── inflate86
│ │ ├── inffas86.c
│ │ └── inffast.S
│ ├── iostream
│ │ ├── test.cpp
│ │ ├── zfstream.cpp
│ │ └── zfstream.h
│ ├── iostream2
│ │ ├── zstream.h
│ │ └── zstream_test.cpp
│ ├── iostream3
│ │ ├── README
│ │ ├── test.cc
│ │ ├── TODO
│ │ ├── zfstream.cc
│ │ └── zfstream.h
│ ├── masmx64
│ │ ├── bld_ml64.bat
│ │ ├── gvmat64.asm
│ │ ├── inffas8664.c
│ │ ├── inffasx64.asm
│ │ └── readme.txt
│ ├── masmx86
│ │ ├── bld_ml32.bat
│ │ ├── inffas32.asm
│ │ ├── match686.asm
│ │ └── readme.txt
│ ├── minizip
│ │ ├── configure.ac
│ │ ├── crypt.h
│ │ ├── ioapi.c
│ │ ├── ioapi.h
│ │ ├── iowin32.c
│ │ ├── iowin32.h
│ │ ├── Makefile
│ │ ├── Makefile.am
│ │ ├── make_vms.com
│ │ ├── miniunz.c
│ │ ├── miniunzip.1
│ │ ├── minizip.1
│ │ ├── MiniZip64_Changes.txt
│ │ ├── MiniZip64_info.txt
│ │ ├── minizip.c
│ │ ├── minizip.pc.in
│ │ ├── mztools.c
│ │ ├── mztools.h
│ │ ├── unzip.c
│ │ ├── unzip.h
│ │ ├── zip.c
│ │ └── zip.h
│ ├── pascal
│ │ ├── example.pas
│ │ ├── readme.txt
│ │ ├── zlibd32.mak
│ │ └── zlibpas.pas
│ ├── puff
│ │ ├── Makefile
│ │ ├── puff.c
│ │ ├── puff.h
│ │ ├── pufftest.c
│ │ ├── README
│ │ └── zeros.raw
│ ├── README.contrib
│ ├── testzlib
│ │ ├── testzlib.c
│ │ └── testzlib.txt
│ ├── untgz
│ │ ├── Makefile
│ │ ├── Makefile.msc
│ │ └── untgz.c
│ └── vstudio
│ ├── readme.txt
│ ├── vc10
│ │ ├── miniunz.vcxproj
│ │ ├── miniunz.vcxproj.filters
│ │ ├── minizip.vcxproj
│ │ ├── minizip.vcxproj.filters
│ │ ├── testzlibdll.vcxproj
│ │ ├── testzlibdll.vcxproj.filters
│ │ ├── testzlib.vcxproj
│ │ ├── testzlib.vcxproj.filters
│ │ ├── zlib.rc
│ │ ├── zlibstat.vcxproj
│ │ ├── zlibstat.vcxproj.filters
│ │ ├── zlibvc.def
│ │ ├── zlibvc.sln
│ │ ├── zlibvc.vcxproj
│ │ └── zlibvc.vcxproj.filters
│ ├── vc11
│ │ ├── miniunz.vcxproj
│ │ ├── minizip.vcxproj
│ │ ├── testzlibdll.vcxproj
│ │ ├── testzlib.vcxproj
│ │ ├── zlib.rc
│ │ ├── zlibstat.vcxproj
│ │ ├── zlibvc.def
│ │ ├── zlibvc.sln
│ │ └── zlibvc.vcxproj
│ ├── vc12
│ │ ├── miniunz.vcxproj
│ │ ├── minizip.vcxproj
│ │ ├── testzlibdll.vcxproj
│ │ ├── testzlib.vcxproj
│ │ ├── zlib.rc
│ │ ├── zlibstat.vcxproj
│ │ ├── zlibvc.def
│ │ ├── zlibvc.sln
│ │ └── zlibvc.vcxproj
│ ├── vc14
│ │ ├── miniunz.vcxproj
│ │ ├── miniunz.vcxproj.user
│ │ ├── minizip.vcxproj
│ │ ├── minizip.vcxproj.user
│ │ ├── testzlibdll.vcxproj
│ │ ├── testzlibdll.vcxproj.user
│ │ ├── testzlib.vcxproj
│ │ ├── testzlib.vcxproj.user
│ │ ├── zlib.rc
│ │ ├── zlibstat.vcxproj
│ │ ├── zlibstat.vcxproj.user
│ │ ├── zlibvc.def
│ │ ├── zlibvc.sln
│ │ ├── zlibvc.vcxproj
│ │ └── zlibvc.vcxproj.user
│ └── vc9
│ ├── miniunz.vcproj
│ ├── minizip.vcproj
│ ├── testzlibdll.vcproj
│ ├── testzlib.vcproj
│ ├── zlib.rc
│ ├── zlibstat.vcproj
│ ├── zlibvc.def
│ ├── zlibvc.sln
│ └── zlibvc.vcproj
├── crc32.c
├── crc32.h
├── deflate.c
├── deflate.h
├── doc
│ ├── algorithm.txt
│ ├── rfc1950.txt
│ ├── rfc1951.txt
│ ├── rfc1952.txt
│ └── txtvsbin.txt
├── examples
│ ├── enough.c
│ ├── fitblk.c
│ ├── gun.c
│ ├── gzappend.c
│ ├── gzjoin.c
│ ├── gzlog.c
│ ├── gzlog.h
│ ├── README.examples
│ ├── zlib_how.html
│ ├── zpipe.c
│ └── zran.c
├── FAQ
├── gzclose.c
├── gzguts.h
├── gzlib.c
├── gzread.c
├── gzwrite.c
├── INDEX
├── infback.c
├── inffast.c
├── inffast.h
├── inffixed.h
├── inflate.c
├── inflate.h
├── inftrees.c
├── inftrees.h
├── Makefile
├── Makefile.in
├── make_vms.com
├── msdos
│ ├── Makefile.bor
│ ├── Makefile.dj2
│ ├── Makefile.emx
│ ├── Makefile.msc
│ └── Makefile.tc
├── nintendods
│ ├── Makefile
│ └── README
├── old
│ ├── descrip.mms
│ ├── Makefile.emx
│ ├── Makefile.riscos
│ ├── os2
│ │ ├── Makefile.os2
│ │ └── zlib.def
│ ├── README
│ └── visual-basic.txt
├── os400
│ ├── bndsrc
│ ├── make.sh
│ ├── README400
│ └── zlib.inc
├── qnx
│ └── package.qpg
├── README
├── test
│ ├── example.c
│ ├── infcover.c
│ └── minigzip.c
├── treebuild.xml
├── trees.c
├── trees.h
├── uncompr.c
├── watcom
│ ├── watcom_f.mak
│ └── watcom_l.mak
├── win32
│ ├── DLL_FAQ.txt
│ ├── Makefile.bor
│ ├── Makefile.gcc
│ ├── Makefile.msc
│ ├── README-WIN32.txt
│ ├── VisualC.txt
│ ├── zlib1.rc
│ └── zlib.def
├── zconf.h
├── zconf.h.cmakein
├── zconf.h.in
├── zlib2ansi
├── zlib.3
├── zlib.3.pdf
├── zlib.h
├── zlib.map
├── zlib.pc.cmakein
├── zlib.pc.in
├── zutil.c
└── zutil.h
40 directories, 259 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论