xdelta icon indicating copy to clipboard operation
xdelta copied to clipboard

Building libxdelta.so

Open lgpmichael2 opened this issue 8 years ago • 5 comments

OK so after much difficulty I finally managed to build xdelta3, hooray!

However there seems to be no libxdelta{.a,.so}, which is surprising as there is an API to code against.

Am I missing something? Or do I have to build in all of the source files into my own source or something?

lgpmichael2 avatar Jun 18 '16 06:06 lgpmichael2

Was there any way of building libxdelta into a so? I'm trying to do the same without success

holtzj avatar May 08 '17 17:05 holtzj

Is it possible to use xdelta as a static or shared library? Is there any plan to do so?

imeraj avatar Apr 25 '18 05:04 imeraj

I am also want this

adlingepa avatar Nov 13 '18 13:11 adlingepa

Does anybody have any updates in this?

jumbo533 avatar Dec 14 '23 08:12 jumbo533

You can use my fork, which adds CMake support. You can read the README on how to build a static library.

You can use the function xd3_main_exec in the wrapper header, passing a vector of command line parameters accepted by the xdelta3 executable.

marco-calautti avatar Apr 29 '24 13:04 marco-calautti