XML library in Beaglebone Black

Hello,

I am using beaglebone black with the default kernel present in it.
I need a XML library to be ported on the board. The problem I am getting is there are dependencies like python etc. while compiling the xml library.
Can anyone please in sorting this out? Is there any easy way to install xml library?
Suggestions please!

Regards,
Anand Vaidya

Install the python dependencies... Or can't you?

Regards,

What XML library are you using? I built and deployed Expat (http://expat.sourceforge.net/) without having to do anything special, though I was using an older Ubuntu on a microSD card, rather than the default Angstrom/Debian. Of course, the newer Debian eMMC image would allow you to apt-get the Python dependencies you need, or even Expat directly.

Andrew