[转]Perl安装libxml
2011-10-17 17:42 cs88dn 阅读(700) 评论(0) 收藏 举报To install libxml on a Windows machine one needs to download the Windows binaries and libraries. These can be obtained fromhttp://www.zlatkovic.com/pub/libxml/. Download the following:
![]() |
Note |
|---|---|
|
The three links shown immediately above may be broken since it is common practice to remove old versions from a download page when they are obsoleted. Goto http://www.zlatkovic.com/pub/libxml/ instead and download the libxml2..., libxslt..., and iconv... files with the highest version numbers. Some older versions are available in the directory oldreleases on that server, should one desire them. |
|
It is not necessary to extract the content of these zips entirely, instead the required functionality will be extracted. Create a suitable directory to contain the stuff that is about to be extracted. For example, on my home machine. If I am running a Windows system I have a directory called c:\tools which contains all the tools I install. Within c:\tools I have a directory called libxml that contains the stuff I want from these zips. Create a suitable directory to extract the desired content from the zips into.
Extract the following files from the libxml archive into the directory.
-
libxml2.dll
-
xmllint.exe
Extract the following files from the libxslt archive into the directory.
-
libexslt.dll
-
libxslt.dll
-
xsltproc.exe
Extract the following files from the iconv archive into the directory.
-
iconv.dll
-
iconv.exe
Append \directory\you\just\unzipped\everything\to to the PATH environment variable.
You might not use all the tools but they are worth having around in case you decide you need them.
![[Note]](https://supportweb.cs.bham.ac.uk/documentation/tutorials/docsystem/build/images/note.png)
浙公网安备 33010602011771号