readme.win32
来自「PSlib是一个用来生成PostScript文件的类库。提供了一个生成PostS」· WIN32 代码 · 共 29 行
WIN32
29 行
Installation of pslib on win32 systems.---------------------------------------Since version 0.4.0 of pslib it can be quite easily compiled forwin32 systems in a mingw environment.Requirements------------You will need a recent version of MinGW, msys, and ActivePerl.You also need libpng, libzip, libungif, libtiff and libjpeg compiledfor wind32, which are provided by the sourceforge project GnuWin32.Installation------------1. Install MinGW and msys2. Install ActivePerl3. Grab the most recent source tar archive of pslib and untar it4. Change into the untared directory and invoke export INTLTOOL_PERL=<path to perl> ./configure if configure doesn't detect the graphics libraries then specify their location with --with-png, -with-gif, --with-jpeg, --with-tiff.5. Run make; make install
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?