📄 readme
字号:
This directory contains the files necessary to build the free TIFF librarywith the DJGPP v2 compiler under MSDOS. Since DJGPP defines the unix flag,I have created a port.h instead of putting the necessary defines intotiffcomp.h. Makefiles are included for the top level and the libtiff andtools directories.All you have to do is copy the files into the respective directories and runmake. If you want, you can use the conf.bat to do that for you, make sure thatthe file is stored with MSDOS text EOL-convention (CR/LF), otherwise thecommand.com will not do anything (if you used unzip, use the -a option,otherwise edit the file and save it again).Note that you probably will not be able to built the library with the v1.xversions of djgpp, due to two problems. First, the top makefile calls asub-make for each directory and you are likely to run out of memory, sinceeach recursive invocation of a djgpp v1.x program requires about 130k, toavoid that, you can enter the directories manually and call make (well, thereare only two dirs). The 2nd problem is that djgpp 1.x doesn't call thecoff2exe (stubify) program when creating an executable. This means that allprograms compiled are not converted to exe and consequently are not availablefor calling directly. For the tools directory, you can just call coff2exe foreach program after make finishes, but in the libtiff directory, a few programsare created during the make process that have to be called for make tocontinue (e.g. mkg3states). Make will probably report an error at eachsuch stage. To fix that, either add a coff2exe call before each program iscalled or call coff2exe manually and rerun make (there 2-3 such programs).Alexander Lehmann <alex@hal.rhein-main.de>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -