install
来自「站点映像程序」· 代码 · 共 37 行
TXT
37 行
Installation Instructions-------------------------If you are running OS/2, run 'make -f Makefile.emx'. See 'README.emx'for more information.If you are on a Unix-like system, run './configure' then 'make'.To use the GNOME front end, use './configure --enable-gnomefe'.See 'README.gnome' for more information.WebDAV Fetch Mode-----------------WebDAV fetch mode requires XML parsing, using James Clark's expat (seehttp://www.jclark.com/xml/expat.html). Note, that this is an *OPTIONAL*feature. If you don't want it, don't install expat, and don't use it.Debian GNU/Linux users can install the "libxmltok1" and "libxmltok1-dev"packages, and skip the rest of this section.You need to build expat as a library - download and installhttp://www.lyra.org/sitecopy/expat-1.0.2-lib.tar.gzIf you already have pristine expat 1.0.2 sources, apply the patch: patch -p1 < expat.diffand run 'make install-lib', altering PREFIX as necessary.If you have already built libexpat.a for mod_dav, this should workokay.NB: If you have several applications on the same system which useexpat (e.g. Mozilla, mod_dav and AbiWord all use expat... there maywell be more), you might like to try building expat as a sharedlibrary.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?