config.in

来自「perl中编译使用zlib」· IN 代码 · 共 39 行

IN
39
字号
# Filename:	config.in## written by Paul Marquess <Paul.Marquess@btinternet.com># last modified 27th November 1999# version 1.07# 1. Do you want to build zlib as well?##    If you want to build the zlib library along with Compress::Zlib, follow#    the instructions in the README file and then set the BUILD_ZLIB variable#    below to True. Otherwise set the variable to False.BUILD_ZLIB	= False#BUILD_ZLIB	= True# 2. Where are the files zlib.h and zconf.h?##    Change the path below to point to the directory where zlib.h #    and zconf.h are installed on your system. #    If you have set BUILD_ZLIB above to True, a relative path is#    sufficient.#INCLUDE 	= /usr/local/include#INCLUDE 	= ./zlib-1.1.3INCLUDE 	= ./libraries/1.1.3# 3. Where is libz?##    Change the path below to point to the directory where libz is#    installed on your system.#    If you have set BUILD_ZLIB above to True, a relative path is#    sufficient.#LIB	= /usr/local/lib#LIB	= ./zlib-1.1.3LIB	= ./libraries/1.1.3# end of file config.in

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?