Question

I had compiled zlib on my comp to compile libxml (for collada dom). But I don't know which directories are supposed to be /lib and /include at compiling libxml. Sorry for my English and my noobinity :) Thx for the answers and the worthy time You have spent on answering me.

Was it helpful?

Solution

Whichever folder the zlib header files are in is the folder to add into the list of include paths when compiling libxml. Similarly the folder that holds your compiled zlib library should go into the linker's list of search directories. Is that what you mean?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top