can anybody tell me how to install libxml2 in Unix? I am using windows for browsing net and Unix for writing my C programs. I also dont know whether it is already installed. Please tell me guys how to install libxml2 and use it for parsing.
Share
Read the installation instructions that come with libxml2 in the file
INSTALL.If you find any file or directory with the substring
libxml2in/usr/local/includeor/usr/local/lib(such as/usr/local/lib/libxml2.so) then it is already installed.Depending on the particular Unix brand (which you did not tell us), you might need to look in other directories as well.